MCPcopy 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

triggerEditorCommandFunction · 0.85
cutEditorSelectionFunction · 0.85
copyEditorSelectionFunction · 0.85
pasteEditorClipboardFunction · 0.85
setShowFunction · 0.85

Tested by

no test coverage detected