mirror of
https://github.com/slint-ui/slint.git
synced 2025-08-04 02:39:28 +00:00
online-editor: Fix lint warnings
This commit is contained in:
parent
f3648313cc
commit
366d2fb186
1 changed files with 2 additions and 2 deletions
|
@ -498,8 +498,8 @@ class EditorPaneWidget extends Widget {
|
|||
this.#client.start();
|
||||
|
||||
reader.onClose(() => {
|
||||
this.#client.stop();
|
||||
this.#client = null;
|
||||
this.#client?.stop();
|
||||
this.#client = undefined;
|
||||
});
|
||||
|
||||
resolve_lsp_worker_promise();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue