mirror of
https://github.com/standardnotes/mobile.git
synced 2026-04-20 14:19:22 -04:00
Fix sync reference in components manager
This commit is contained in:
@@ -298,7 +298,7 @@ export default class ComponentManager {
|
||||
handleSetComponentDataMessage(component, message) {
|
||||
component.componentData = message.data.componentData;
|
||||
component.setDirty(true);
|
||||
this.syncManager.sync();
|
||||
Sync.getInstance().sync();
|
||||
}
|
||||
|
||||
registerHandler(handler) {
|
||||
|
||||
Reference in New Issue
Block a user