close note type dropdown after click

This commit is contained in:
zadam
2020-09-15 00:13:25 +02:00
parent 85d13b1d62
commit f5216e4799
3 changed files with 2 additions and 3 deletions

View File

@@ -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;