Update Codemirror version to the latest which allows us to set screen reader labels on Codemirror editor.

refs #5197
This commit is contained in:
Aditya Toshniwal
2020-06-08 12:26:12 +05:30
committed by Akshay Joshi
parent 92d9c41da7
commit eb971a0320
7 changed files with 13 additions and 5 deletions
+1
View File
@@ -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