mirror of
https://github.com/voideditor/void
synced 2026-05-24 09:58:23 +00:00
format
This commit is contained in:
parent
58f06d3ebb
commit
a1ca0f9291
1 changed files with 1 additions and 4 deletions
|
|
@ -91,10 +91,7 @@ export class ConsistentItemService extends Disposable {
|
|||
this._register(this._editorService.onCodeEditorAdd(editor => { initializeEditor(editor) }))
|
||||
|
||||
// when an editor is deleted, remove its items
|
||||
this._register(this._editorService.onCodeEditorRemove(editor => {
|
||||
removeItemsFromEditor(editor)
|
||||
}))
|
||||
|
||||
this._register(this._editorService.onCodeEditorRemove(editor => { removeItemsFromEditor(editor) }))
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue