MCPcopy Create free account
hub / github.com/UNLINEARITY/Obsidian-CodeSpace / open

Method open

src/code_view.ts:416–419  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

414 }
415
416 open() {
417 this.panelEl.removeClass("is-hidden");
418 this.searchInput.focus();
419 }
420
421 focusReplace() {
422 this.open();

Callers 3

focusReplaceMethod · 0.95
toggleMethod · 0.95
openSearchFromHotkeyMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected