Timothy J. Baek 7 mesiacov pred
rodič
commit
297835628a

+ 2 - 0
src/lib/components/chat/Messages/ContentRenderer.svelte

@@ -48,7 +48,9 @@
 			} else {
 				if (buttonsContainerElement) {
 					buttonsContainerElement.style.display = 'none';
+					selectedText = '';
 					floatingInput = false;
+					floatingInputValue = '';
 				}
 			}
 		}, 0);