mirror of
https://github.com/zadam/trilium.git
synced 2025-11-01 02:45:54 +01:00
close note type dropdown after click
This commit is contained in:
@@ -237,8 +237,6 @@ async function findSimilarNotes(noteId) {
|
||||
maxDate: dateUtils.utcDateStr(new Date(dateCreatedTs + 1800)),
|
||||
};
|
||||
|
||||
console.log("ORIG:", origNote.flatText);
|
||||
|
||||
for (const note of Object.values(noteCache.notes)) {
|
||||
if (note.noteId === origNote.noteId) {
|
||||
continue;
|
||||
|
||||
Reference in New Issue
Block a user