MCPcopy Create free account
hub / github.com/massCodeIO/massCode / focusSnippetNameInput

Function focusSnippetNameInput

src/renderer/composables/useApp.ts:51–55  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

49const isShowJsonVisualizer = ref(false)
50
51async function focusSnippetNameInput() {
52 isFocusedSnippetName.value = false
53 await nextTick()
54 isFocusedSnippetName.value = true
55}
56
57function saveStateSnapshot(action: StateAction): void {
58 stateSnapshots[action] = {

Callers 1

createSnippetAndSelectFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected