mirror of
https://github.com/zadam/trilium.git
synced 2025-11-08 22:35:50 +01:00
attrs WIP
This commit is contained in:
@@ -42,7 +42,7 @@ function getAndClearSyncRows() {
|
||||
}
|
||||
|
||||
function addSyncRow(syncRow) {
|
||||
const syncRows = getSyncRows();
|
||||
const syncRows = namespace.get('syncRows') || [];
|
||||
|
||||
syncRows.push(syncRow);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user