This commit is contained in:
Vanessa 2023-04-14 22:42:21 +08:00
parent 7557c77b9f
commit 671f182d5c
6 changed files with 26 additions and 28 deletions

View file

@ -26,7 +26,7 @@ import {countBlockWord, countSelectWord} from "../layout/status";
import {showMessage} from "../dialog/message";
import {getSearch} from "../util/functions";
export const openFileById = (options: {
export const openFileById = async (options: {
id: string,
position?: string,
mode?: TEditorMode,