1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-11-29 22:48:10 +02:00

Desktop: Resolves #1502: Improved note deletion dialog

This commit is contained in:
Laurent Cozic
2019-05-11 13:36:44 +01:00
parent afb375955e
commit 016ce3dd61
3 changed files with 11 additions and 6 deletions

View File

@@ -139,8 +139,6 @@ class ExternalEditWatcher {
const watchedPaths = this.watcher_.getWatched();
console.info(noteFilename, watchedPaths);
for (let dirName in watchedPaths) {
if (!watchedPaths.hasOwnProperty(dirName)) continue;