Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
execOperation
Function · 0.85
Calls
2
clearClipboard
Function · 0.85
remove
Method · 0.45
Tested by
no test coverage detected