MCPcopy Create free account
hub / github.com/Acode-Foundation/Acode / hide

Function hide

src/dialogs/prompt.js:162–167  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

160 }
161
162 function hide() {
163 // CodeMirror keymaps are handled differently - no need to restore commands.exec
164 actionStack.remove("prompt");
165 system.setInputType(appSettings.value.keyboardMode);
166 hidePrompt();
167 }
168 });
169}

Callers 1

promptFunction · 0.70

Calls 3

setInputTypeMethod · 0.80
hidePromptFunction · 0.70
removeMethod · 0.45

Tested by

no test coverage detected