Skip to content

Commit 8c4693d

Browse files
committed
fix(notes): declare inspector layout settings
1 parent 4cb6c4a commit 8c4693d

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

‎src/main/store/types/index.ts‎

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,8 @@ export interface AppStore {
147147
}
148148
layout: {
149149
inspectorTab?: 'outline' | 'links' | 'annotations'
150+
inspectorOpen?: boolean
151+
inspectorWidth?: number
150152
mode: SpaceLayoutMode
151153
tagsListHeight: number
152154
threePanel?: number[]

0 commit comments

Comments
 (0)