From fb1f80cf4de0bdd45b140facf351c86fa243c757 Mon Sep 17 00:00:00 2001 From: Vanessa Date: Thu, 12 Oct 2023 12:22:55 +0800 Subject: [PATCH] :lipstick: fix https://github.com/siyuan-note/siyuan/issues/9406 --- app/src/protyle/toolbar/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/protyle/toolbar/index.ts b/app/src/protyle/toolbar/index.ts index 30a41e087..157304755 100644 --- a/app/src/protyle/toolbar/index.ts +++ b/app/src/protyle/toolbar/index.ts @@ -832,7 +832,7 @@ export class Toolbar { -`; +`; const autoHeight = () => { textElement.style.height = textElement.scrollHeight + "px"; if (isMobile()) {