Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/error311/FileRise
/ cancel
Function
cancel
public/js/fileListView.js:879–881 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
877
};
878
879
const
cancel = () => {
880
clearInlineRenameState();
881
};
882
883
const
stop = (e) => { e.stopPropagation(); };
884
input.addEventListener(
'mousedown'
, stop);
Callers
2
startInlineRenameForFileRow
Function · 0.70
startInlineRenameForFolderRow
Function · 0.70
Calls
1
clearInlineRenameState
Function · 0.85
Tested by
no test coverage detected