Merge branch 'main' into shader

This commit is contained in:
Felix Roos
2024-10-20 21:07:26 +02:00
17 changed files with 188 additions and 416 deletions
+2 -4
View File
@@ -99,10 +99,8 @@ export function initEditor({ initialCode = '', onChange, onEvaluate, onStop, roo
},
{
key: 'Alt-.',
run: (_, e) => {
e.preventDefault();
onStop?.();
},
preventDefault: true,
run: () => onStop?.(),
},
/* {
key: 'Ctrl-Shift-.',