Skip to content

Commit a021301

Browse files
committed
local db and shared db sync fix #2284
1 parent 54e0994 commit a021301

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/java/org/jabref/model/metadata/MetaData.java

+1
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ public void setGroups(GroupTreeNode root) {
8181
groupsRoot = Objects.requireNonNull(root);
8282
groupsRoot.subscribeToDescendantChanged(groupTreeNode -> eventBus.post(new GroupUpdatedEvent(this)));
8383
eventBus.post(new GroupUpdatedEvent(this));
84+
postChange();
8485
}
8586

8687
/**

0 commit comments

Comments
 (0)