mirror of
https://github.com/heyman/heynote.git
synced 2025-06-27 13:01:51 +02:00
Set inert on editor when Settings dialog is shown
This commit is contained in:
parent
1ce6e61396
commit
08e0e9f7c3
@ -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() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user