Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/scriptscat/scriptcat
/ action
Function
action
src/pages/options/routes/script/ScriptEditor.tsx:740–742 ·
view source on GitHub ↗
(_script, e)
Source
from the content-addressed store, hash-verified
738
title: t(
"undo"
),
739
hotKeyString:
"Ctrl+Z"
,
740
action(_script, e) {
741
triggerEditorCommand(e,
"undo"
);
742
},
743
},
744
{
745
id:
"redo"
,
Callers
nothing calls this directly
Calls
5
triggerEditorCommand
Function · 0.85
cutEditorSelection
Function · 0.85
copyEditorSelection
Function · 0.85
pasteEditorClipboard
Function · 0.85
setShow
Function · 0.85
Tested by
no test coverage detected