Set inert on editor when Settings dialog is shown

This commit is contained in:
Jonatan Heyman 2025-04-17 10:46:10 +02:00
parent 1ce6e61396
commit 08e0e9f7c3

View File

@ -90,7 +90,7 @@
]),
dialogVisible() {
return this.showLanguageSelector || this.showBufferSelector || this.showCreateBuffer || this.showEditBuffer || this.showMoveToBufferSelector || this.showCommandPalette
return this.showLanguageSelector || this.showBufferSelector || this.showCreateBuffer || this.showEditBuffer || this.showMoveToBufferSelector || this.showCommandPalette || this.showSettings
},
editorInert() {