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

Function showNewNoteModal

static/js/app.js:279–285  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

277
278 // Show new note modal
279 function showNewNoteModal() {
280 // Load categories first to ensure dropdown is populated
281 loadCategories();
282
283 newNoteModal.classList.remove('hidden');
284 newNoteName.focus();
285 }
286
287 // Hide new note modal
288 function hideNewNoteModal() {

Callers

nothing calls this directly

Calls 1

loadCategoriesFunction · 0.85

Tested by

no test coverage detected