mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Update Codemirror version to the latest which allows us to set screen reader labels on Codemirror editor.
refs #5197
This commit is contained in:
committed by
Akshay Joshi
parent
92d9c41da7
commit
eb971a0320
@@ -1806,6 +1806,7 @@ define([
|
||||
lineWrapping: pgAdmin.Browser.editor_options.wrapCode,
|
||||
autoCloseBrackets: pgAdmin.Browser.editor_options.insert_pair_brackets,
|
||||
matchBrackets: pgAdmin.Browser.editor_options.brace_matching,
|
||||
screenReaderLabel: gettext('Debugger SQL editor'),
|
||||
});
|
||||
|
||||
// Useful for keyboard navigation, when user presses escape key we will
|
||||
|
||||
Reference in New Issue
Block a user