refactor: improve device interface types (#996)
This commit is contained in:
@@ -147,7 +147,7 @@ export class NoteView extends PureComponent<Props, State> {
|
||||
this.controller = props.controller
|
||||
|
||||
this.onEditorComponentLoad = () => {
|
||||
this.application.getDesktopService().redoSearch()
|
||||
this.application.getDesktopService()?.redoSearch()
|
||||
}
|
||||
|
||||
this.debounceReloadEditorComponent = debounce(this.debounceReloadEditorComponent.bind(this), 25)
|
||||
|
||||
Reference in New Issue
Block a user