mirror of
https://github.com/zadam/trilium.git
synced 2025-10-29 17:26:38 +01:00
chore(edit-docs): simplify entity changed log
This commit is contained in:
@@ -228,7 +228,7 @@ async function registerHandlers() {
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
console.log("Got entity changed ", e);
|
console.log("Got entity changed", e.entityName, e.entity.title);
|
||||||
debouncer();
|
debouncer();
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user