mirror of
https://github.com/valitydev/redash.git
synced 2024-11-06 17:15:17 +00:00
Fix front-end compile error
This commit is contained in:
parent
5f2b54a320
commit
db87c8740e
@ -125,7 +125,7 @@ class QueryEditor extends React.Component {
|
||||
editor.commands.bindKey('Cmd+L', null);
|
||||
editor.commands.bindKey('Ctrl+P', null);
|
||||
editor.commands.bindKey('Ctrl+L', null);
|
||||
|
||||
|
||||
// Ignore Ctrl+P to open new parameter dialog
|
||||
editor.commands.bindKey({ win: 'Ctrl+P', mac: null }, null);
|
||||
// Lineup only mac
|
||||
|
Loading…
Reference in New Issue
Block a user