Changeset 0.37.9 (#221)

This commit is contained in:
2026-03-21 20:16:19 +00:00
parent 2695bb3bdc
commit 37b639c9c8
27 changed files with 3435 additions and 2018 deletions

View File

@@ -604,8 +604,10 @@ function _copyCodeBlock(codeId) {
if (el) navigator.clipboard.writeText(el.textContent).then(() => UI.toast('Copied', 'success'));
}
function _openNoteFromTool(noteId) {
openNotes();
setTimeout(() => openNoteEditor(noteId), 300);
// v0.37.9: old notes.js removed — navigate to notes surface instead
if (window.sw?.notesPane) {
console.log('[ui-format] Note tool link — navigate to /notes');
}
}
// ── Exports ─────────────────────────────────