MCPcopy Create free account
hub / github.com/CatMuse/HiNote / isInMainWindowMode

Method isInMainWindowMode

src/views/hinote/HiNoteView.ts:89–91  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

87 }
88
89 isInMainWindowMode(): boolean {
90 return this.state.isDraggedToMainView;
91 }
92
93 async setMainWindowMode(enabled: boolean, refreshHighlights = false): Promise<void> {
94 this.state.isDraggedToMainView = enabled;

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected