This commit is contained in:
Vanessa 2024-05-07 09:21:56 +08:00
parent 08a96871d0
commit a70b94b0b2
2 changed files with 2 additions and 2 deletions

View file

@ -18,7 +18,7 @@ import {newFile} from "../../util/newFile";
import {Constants} from "../../constants";
import {openSetting} from "../../config";
import {getInstanceById} from "../../layout/util";
import {closeTabByType, copyTab, getActiveTab, getDockByType, resizeTabs, switchTabByIndex} from "../../layout/tabUtil";
import {copyTab, getActiveTab, getDockByType, resizeTabs, switchTabByIndex} from "../../layout/tabUtil";
import {Tab} from "../../layout/Tab";
import {Editor} from "../../editor";
import {setEditMode} from "../../protyle/util/setEditMode";

View file

@ -852,7 +852,7 @@ interface IAVCell {
}
interface IAVCellValue {
keyID: string,
keyID?: string,
id?: string,
type: TAVCol,
isDetached?: boolean,