mirror of
https://github.com/apache/superset.git
synced 2026-04-24 02:25:13 +00:00
feat: Update ShortKey for stop query running in SqlLab editor (#19692)
* feat: Update shortkey for stop query running in sqllab editor * resolve comment * fix invalid import useMemo
This commit is contained in:
@@ -357,7 +357,7 @@ class SqlEditor extends React.PureComponent {
|
||||
},
|
||||
{
|
||||
name: 'stopQuery',
|
||||
key: 'ctrl+x',
|
||||
key: userOS === 'MacOS' ? 'ctrl+x' : 'ctrl+e',
|
||||
descr: t('Stop query'),
|
||||
func: this.stopQuery,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user