From 8a9e746891f07ba3d718acfaff24d50d57171f1e Mon Sep 17 00:00:00 2001 From: Daniel <845765@qq.com> Date: Tue, 9 Sep 2025 18:11:49 +0800 Subject: [PATCH] :art: Clean code Signed-off-by: Daniel <845765@qq.com> --- 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 b340c246e..5bed00525 100644 --- a/app/src/protyle/hint/index.ts +++ b/app/src/protyle/hint/index.ts @@ -6,7 +6,7 @@ import { focusByWbr, getEditorRange, getSelectionOffset, - getSelectionPosition, setLastNodeRange + getSelectionPosition, } from "../util/selection"; import {genHintItemHTML, hintEmbed, hintRef, hintSlash} from "./extend"; import {getSavePath, newFile} from "../../util/newFile";