Fix hiding bot commands with disabled animations
This commit is contained in:
parent
177df2b5ef
commit
edcb0ae873
@ -226,7 +226,7 @@ export default class ChatInput {
|
||||
private botCommandsToggle: HTMLElement;
|
||||
private botCommands: ChatBotCommands;
|
||||
private botCommandsIcon: HTMLDivElement;
|
||||
hasBotCommands: number;
|
||||
private hasBotCommands: number;
|
||||
|
||||
// private activeContainer: HTMLElement;
|
||||
|
||||
|
@ -24,7 +24,10 @@
|
||||
animation: none !important;
|
||||
visibility: visible !important;
|
||||
transition: none !important;
|
||||
display: flex !important;
|
||||
|
||||
@include animation-level(2) {
|
||||
display: flex !important;
|
||||
}
|
||||
|
||||
.scrollable {
|
||||
background-color: var(--surface-color);
|
||||
|
Loading…
Reference in New Issue
Block a user