This commit is contained in:
mProjectsCode 2022-06-01 13:55:17 +02:00
parent 30208ea71a
commit ad750cec49
3 changed files with 3 additions and 3 deletions

View file

@ -48,7 +48,7 @@ export default class MediaDbPlugin extends Plugin {
return false;
}
if (!checking) {
this.updateActiveNote()
this.updateActiveNote();
}
return true;
},