Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/UNLINEARITY/Obsidian-CodeSpace
/ focusReplace
Method
focusReplace
src/code_view.ts:421–424 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
419
}
420
421
focusReplace() {
422
this.open();
423
this.replaceInput.focus();
424
}
425
426
close() {
427
this.panelEl.addClass(
"is-hidden"
);
Callers
1
openSearchFromHotkey
Method · 0.80
Calls
1
open
Method · 0.95
Tested by
no test coverage detected