()
| 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; |
no outgoing calls
no test coverage detected