UI: Add "Run" action to run current script in editor (#1987)

This commit is contained in:
catloversg
2025-03-04 17:43:31 +07:00
committed by GitHub
parent 8cdafdc7b9
commit 23ad55554e
7 changed files with 316 additions and 74 deletions
+1
View File
@@ -232,6 +232,7 @@ export function SidebarRoot(props: { page: Page }): React.ReactElement {
return canIPvGO;
case ScriptEditorAction.Save:
case ScriptEditorAction.GoToTerminal:
case ScriptEditorAction.Run:
return false;
default:
throwIfReachable(keyBindingType);