From a3fc8f748368bb0d39f8b6a602473feb76d46371 Mon Sep 17 00:00:00 2001 From: Vanessa Date: Tue, 6 Jan 2026 12:12:31 +0800 Subject: [PATCH] :recycle: https://github.com/siyuan-note/siyuan/pull/16774 --- app/src/protyle/gutter/index.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/src/protyle/gutter/index.ts b/app/src/protyle/gutter/index.ts index a155e766f..8916eb4f8 100644 --- a/app/src/protyle/gutter/index.ts +++ b/app/src/protyle/gutter/index.ts @@ -61,12 +61,12 @@ import {addEditorToDatabase} from "../render/av/addToDatabase"; import {processClonePHElement} from "../render/util"; /// #if !MOBILE import {openFileById} from "../../editor/util"; +import {ipcRenderer} from "electron"; +import * as fs from "fs"; import * as path from "path"; +/// #endif import {replaceLocalPath} from "../../editor/rename"; import {showMessage} from "../../dialog/message"; -import {ipcRenderer} from "electron"; -import * as fs from "node:fs"; -/// #endif import {checkFold} from "../../util/noRelyPCFunction"; import {clearSelect} from "../util/clear"; import {nbsp2space} from "../util/nbsp2space";