Timothy J. Baek 7 tháng trước cách đây
mục cha
commit
297835628a
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  1. 2 0
      src/lib/components/chat/Messages/ContentRenderer.svelte

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