Back to Copilotkit

Copilot Chat View Scroll View

packages/angular/src/lib/components/chat/copilot-chat-view-scroll-view.html

1.61.0222 B
Original Source

@if (messageView()) { } @else { } @if (hasSuggestions()) {

}

@if (!hasMounted()) {

} @else { @if (autoScroll()) {

} @else {

} @if ((autoScroll() ? !isAtBottom() : showScrollButton()) && !isResizing()) {

} }