hotfix: alt+dot breakage
This commit is contained in:
parent
1e0cc2ab17
commit
d9bd6f9e7d
1 changed files with 2 additions and 4 deletions
|
|
@ -99,10 +99,8 @@ export function initEditor({ initialCode = '', onChange, onEvaluate, onStop, roo
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
key: 'Alt-.',
|
key: 'Alt-.',
|
||||||
run: (_, e) => {
|
preventDefault: true,
|
||||||
e.preventDefault();
|
run: () => onStop?.(),
|
||||||
onStop?.();
|
|
||||||
},
|
|
||||||
},
|
},
|
||||||
/* {
|
/* {
|
||||||
key: 'Ctrl-Shift-.',
|
key: 'Ctrl-Shift-.',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue