MCPcopy Create free account
hub / github.com/Acode-Foundation/Acode / cancelAction

Function cancelAction

src/lib/openFolder.js:936–939  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

934 }
935
936 function cancelAction() {
937 clipBoard.$el.classList.remove("cut");
938 clearClipboard();
939 }
940
941 function clearClipboard() {
942 clipBoard.$el = null;

Callers 1

execOperationFunction · 0.85

Calls 2

clearClipboardFunction · 0.85
removeMethod · 0.45

Tested by

no test coverage detected