mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-26 11:10:58 +02:00
UI: Add "Run" action to run current script in editor (#1987)
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user