mirror of
https://github.com/zadam/trilium.git
synced 2025-11-14 17:25:52 +01:00
sync fixes and refactorings
This commit is contained in:
@@ -56,7 +56,7 @@ function getAndClearEntityChangeIds() {
|
||||
return entityChangeIds;
|
||||
}
|
||||
|
||||
function addEntityChange(entityChange) {
|
||||
function putEntityChange(entityChange) {
|
||||
if (namespace.get('ignoreEntityChangeIds')) {
|
||||
return;
|
||||
}
|
||||
@@ -91,6 +91,6 @@ module.exports = {
|
||||
isEntityEventsDisabled,
|
||||
reset,
|
||||
getAndClearEntityChangeIds,
|
||||
addEntityChange,
|
||||
putEntityChange,
|
||||
ignoreEntityChangeIds,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user