mirror of
https://github.com/EthanMarti/infio-copilot.git
synced 2026-01-16 08:21:55 +00:00
fix: preview state
This commit is contained in:
parent
3ec2873166
commit
e6205820f3
@ -14,7 +14,7 @@ export type PreviewViewState = {
|
||||
|
||||
export class PreviewView extends View {
|
||||
private root: Root | null = null
|
||||
private state: PreviewViewState | null = null
|
||||
state: PreviewViewState | null = null
|
||||
|
||||
constructor(leaf: WorkspaceLeaf) {
|
||||
super(leaf)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user