From 08e0e9f7c3660d68b8fbe7ac07cea2d17b5a1ad3 Mon Sep 17 00:00:00 2001 From: Jonatan Heyman Date: Thu, 17 Apr 2025 10:46:10 +0200 Subject: [PATCH] Set inert on editor when Settings dialog is shown --- src/components/App.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/App.vue b/src/components/App.vue index 4f82b12..ac2f199 100644 --- a/src/components/App.vue +++ b/src/components/App.vue @@ -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() {