Skip to content

Commit 8a945b9

Browse files
authored
Merge pull request #4101 from Nishthajain7/auto-closing
fix:Right arrow key navigation after auto-closing brackets
2 parents 07099b4 + 3006204 commit 8a945b9

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

client/modules/IDE/components/Editor/stateUtils.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -272,6 +272,7 @@ const emmetKeymaps = [{ key: 'Tab', run: expandAbbreviation }];
272272

273273
/** Returns completion options configured for autocomplete. */
274274
export const createAutocompleteOptions = (referenceBaseUrl) => ({
275+
selectOnOpen: false,
275276
tooltipClass: () => 'CodeMirror-hints',
276277
closeOnBlur: false,
277278
icons: false,

0 commit comments

Comments
 (0)