mirror of
https://github.com/voideditor/void
synced 2026-05-24 09:58:23 +00:00
tab switch fix
This commit is contained in:
parent
f517dc79a9
commit
efeb0d28b7
1 changed files with 1 additions and 1 deletions
|
|
@ -80,7 +80,7 @@ export class ConsistentItemService extends Disposable {
|
|||
}
|
||||
|
||||
const initializeEditor = (editor: ICodeEditor) => {
|
||||
if (editor.getModel()?.uri.scheme !== 'file') return
|
||||
// if (editor.getModel()?.uri.scheme !== 'file') return // THIS BREAKS THINGS
|
||||
addTabSwitchListeners(editor)
|
||||
addDisposeListener(editor)
|
||||
putItemsOnEditor(editor, editor.getModel()?.uri ?? null)
|
||||
|
|
|
|||
Loading…
Reference in a new issue