MCPcopy Create free account
hub / github.com/error311/FileRise / focusTreeRenameInput

Function focusTreeRenameInput

public/js/folderManager.js:3589–3594  ·  view source on GitHub ↗
(input)

Source from the content-addressed store, hash-verified

3587}
3588
3589function focusTreeRenameInput(input) {
3590 try {
3591 input.focus();
3592 input.select();
3593 } catch (e) { /* ignore */ }
3594}
3595
3596export async function startInlineRenameInTree(folderPath, targetOpt) {
3597 const selectedFolder = folderPath || window.currentFolder || 'root';

Callers 2

commitFunction · 0.85
startInlineRenameInTreeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected