Timothy Jaeryang Baek 2 tháng trước cách đây
mục cha
commit
331caad5b8

+ 1 - 1
src/lib/components/chat/Messages/Markdown/MarkdownTokens.svelte

@@ -91,7 +91,7 @@
 				onCode={(value) => {
 					dispatch('code', value);
 				}}
-				onSave={(e) => {
+				onSave={(value) => {
 					dispatch('update', {
 						raw: token.raw,
 						oldContent: token.text,