We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b827c76 commit 3206c30Copy full SHA for 3206c30
1 file changed
src/ide/settings.ts
@@ -195,6 +195,7 @@ export function openSettings() {
195
});
196
dialog.on('shown.bs.modal', () => {
197
updateUI(settings);
198
+ $('#setting_tabSize').focus().select();
199
200
dialog.on('keydown', (e) => {
201
if (e.key === 'Enter') {
0 commit comments