mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2026-09-03 20:52:57 -05: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
@@ -428,6 +428,7 @@ define('pgadmin.browser', [
|
||||
mode: 'text/x-pgsql',
|
||||
readOnly: true,
|
||||
extraKeys: pgAdmin.Browser.editor_shortcut_keys,
|
||||
screenReaderLabel: gettext('SQL'),
|
||||
});
|
||||
/* Cache may take time to load for the first time
|
||||
* Reflect the changes once cache is available
|
||||
|
||||
Reference in New Issue
Block a user