This commit is contained in:
Timothy J. Baek 2024-10-06 16:32:44 -07:00
parent 7b6723a955
commit 297835628a

View File

@ -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);