mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2026-09-03 20:52:57 -05:00
Fix more of the funky keyboard shortcuts.
This commit is contained in:
committed by
Dave Page
parent
37ca3579f3
commit
1bcac0b67c
@@ -1392,7 +1392,8 @@
|
||||
lineNumbers: true,
|
||||
lineWrapping: true,
|
||||
mode: "text/x-pgsql",
|
||||
readOnly: true
|
||||
readOnly: true,
|
||||
extraKeys: pgAdmin.Browser.editor_shortcut_keys
|
||||
});
|
||||
|
||||
return this;
|
||||
@@ -2118,7 +2119,8 @@
|
||||
(self.$el.find("textarea")[0]), {
|
||||
lineNumbers: true,
|
||||
mode: "text/x-sql",
|
||||
readOnly: isDisabled
|
||||
readOnly: isDisabled,
|
||||
extraKeys: pgAdmin.Browser.editor_shortcut_keys
|
||||
});
|
||||
|
||||
if (!isVisible)
|
||||
|
||||
Reference in New Issue
Block a user