MCPcopy Create free account
hub / github.com/bahdotsh/mdlib / hideNewNoteModal

Function hideNewNoteModal

static/js/app.js:288–293  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

286
287 // Hide new note modal
288 function hideNewNoteModal() {
289 newNoteModal.classList.add('hidden');
290 newNoteName.value = '';
291 newNoteCategory.value = '';
292 newNoteTags.value = '';
293 }
294
295 // Set the view mode (preview, edit, or split)
296 function setViewMode(mode) {

Callers 2

setupEventListenersFunction · 0.85
createNewNoteFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected