locally clear refs before processing

This commit is contained in:
Mo Bitar
2017-02-19 22:57:36 -06:00
parent f7b1759cd6
commit a0d582db52
9 changed files with 32 additions and 6 deletions

View File

@@ -29,6 +29,7 @@ angular.module('app.frontend')
modelManager.createRelationshipBetweenItems(note, tag);
}
note.setDirty(true);
syncManager.sync();
}