🚨
This commit is contained in:
parent
08a96871d0
commit
a70b94b0b2
2 changed files with 2 additions and 2 deletions
|
@ -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";
|
||||
|
|
2
app/src/types/index.d.ts
vendored
2
app/src/types/index.d.ts
vendored
|
@ -852,7 +852,7 @@ interface IAVCell {
|
|||
}
|
||||
|
||||
interface IAVCellValue {
|
||||
keyID: string,
|
||||
keyID?: string,
|
||||
id?: string,
|
||||
type: TAVCol,
|
||||
isDetached?: boolean,
|
||||
|
|
Loading…
Add table
Reference in a new issue