mirror of
https://github.com/getredash/redash.git
synced 2025-12-25 01:03:20 -05:00
Golineup only macOS
This commit is contained in:
@@ -104,7 +104,8 @@ class QueryEditor extends React.Component {
|
||||
editor.commands.bindKey('Cmd+L', null);
|
||||
editor.commands.bindKey('Ctrl+L', null);
|
||||
|
||||
editor.commands.bindKey('Ctrl+P', 'golineup');
|
||||
// golineup only mac
|
||||
editor.commands.bindKey({ win: null, mac: 'Ctrl+P' }, 'golineup');
|
||||
|
||||
// eslint-disable-next-line react/prop-types
|
||||
this.props.QuerySnippet.query((snippets) => {
|
||||
|
||||
Reference in New Issue
Block a user