From 5f00642f70eea063efc72e8dc24d52830e1a78e9 Mon Sep 17 00:00:00 2001 From: Daniel <845765@qq.com> Date: Mon, 26 Jan 2026 16:12:32 +0800 Subject: [PATCH] :art: Clean code Signed-off-by: Daniel <845765@qq.com> --- app/src/protyle/wysiwyg/keydown.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/src/protyle/wysiwyg/keydown.ts b/app/src/protyle/wysiwyg/keydown.ts index 87a6d16bb..4f52b53d1 100644 --- a/app/src/protyle/wysiwyg/keydown.ts +++ b/app/src/protyle/wysiwyg/keydown.ts @@ -25,7 +25,8 @@ import { getContenteditableElement, getFirstBlock, getLastBlock, - getNextBlock, getParentBlock, + getNextBlock, + getParentBlock, getPreviousBlock, getTopAloneElement, hasNextSibling,