mirror of
https://github.com/zadam/trilium.git
synced 2025-11-14 17:25:52 +01:00
grammar
This commit is contained in:
@@ -63,7 +63,7 @@ function addEntityChange(entityChange) {
|
||||
|
||||
const entityChangeIds = namespace.get('entityChangeIds') || [];
|
||||
|
||||
// store only ID since the record can be modified (e.g. in erase)
|
||||
// store only ID since the record can be modified (e.g., in erase)
|
||||
entityChangeIds.push(entityChange.id);
|
||||
|
||||
namespace.set('entityChangeIds', entityChangeIds);
|
||||
|
||||
Reference in New Issue
Block a user