From 7ae19716b65f2a7707c50e4d4dea5310317b3d27 Mon Sep 17 00:00:00 2001 From: Vanessa Date: Fri, 3 Mar 2023 23:17:26 +0800 Subject: [PATCH] :sparkles: https://github.com/siyuan-note/siyuan/issues/7560 --- app/src/protyle/hint/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/protyle/hint/index.ts b/app/src/protyle/hint/index.ts index 80262f008..78c8bc0a6 100644 --- a/app/src/protyle/hint/index.ts +++ b/app/src/protyle/hint/index.ts @@ -573,7 +573,7 @@ ${unicode2Emoji(emoji.unicode, true)}`; dialog.destroy(); focusByRange(protyle.toolbar.range); insertHTML(`${inputElement.value} -* 1`, protyle, true); +${response.data}`, protyle, true); }); }); return;