We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97de21f commit 6cca8e8Copy full SHA for 6cca8e8
1 file changed
src/ide/settings.ts
@@ -87,6 +87,7 @@ export function applySettingsToAll(settings: EditorSettings) {
87
export function openSettings() {
88
var settings = loadSettings();
89
bootbox.dialog({
90
+ onEscape: true,
91
title: "Settings",
92
message: `<form id="settingsForm" onsubmit="return false">
93
<h5>Editor preferences</h5>
0 commit comments