mirror of
https://github.com/open-webui/open-webui
synced 2025-01-18 00:30:51 +00:00
refac: floating buttons behaviour
This commit is contained in:
parent
fe18aebdd9
commit
1fc1bf5f0d
@ -27,7 +27,10 @@
|
|||||||
await tick();
|
await tick();
|
||||||
|
|
||||||
// Check if the event target is within the content container
|
// Check if the event target is within the content container
|
||||||
if (!contentContainerElement?.contains(event.target)) return;
|
if (!contentContainerElement?.contains(event.target)) {
|
||||||
|
closeFloatingButtons();
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
let selection = window.getSelection();
|
let selection = window.getSelection();
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user