Changeset 0.37.9 (#221)
This commit is contained in:
@@ -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 ─────────────────────────────────
|
||||
|
||||
Reference in New Issue
Block a user