From 8b9d811c9103368134862f6b75859402e84425ff Mon Sep 17 00:00:00 2001 From: Vanessa Date: Wed, 23 Oct 2024 17:03:36 +0800 Subject: [PATCH] :art: https://github.com/siyuan-note/siyuan/issues/12884 --- app/src/plugin/API.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/src/plugin/API.ts b/app/src/plugin/API.ts index 8073b4702..952567d84 100644 --- a/app/src/plugin/API.ts +++ b/app/src/plugin/API.ts @@ -19,6 +19,7 @@ import {openMobileFileById} from "../mobile/editor"; import {lockScreen, exitSiYuan} from "../dialog/processSystem"; import {Model} from "../layout/Model"; import {getDockByType} from "../layout/tabUtil"; +import {getAllEditor} from "../layout/getAll"; let openTab; let openWindow; @@ -195,4 +196,5 @@ export const API = { Dialog, Menu, Setting, + getAllEditor, };