mirror of
https://github.com/open-webui/open-webui
synced 2025-01-29 13:58:09 +00:00
refac
This commit is contained in:
parent
7b6723a955
commit
297835628a
@ -48,7 +48,9 @@
|
|||||||
} else {
|
} else {
|
||||||
if (buttonsContainerElement) {
|
if (buttonsContainerElement) {
|
||||||
buttonsContainerElement.style.display = 'none';
|
buttonsContainerElement.style.display = 'none';
|
||||||
|
selectedText = '';
|
||||||
floatingInput = false;
|
floatingInput = false;
|
||||||
|
floatingInputValue = '';
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}, 0);
|
}, 0);
|
||||||
|
Loading…
Reference in New Issue
Block a user