Closed misstick closed 8 years ago
updateTags
contact.change
I seems to come from this : @listenToOnce @, 'sync', -> @contactListener.watch @ client/app/collections/contacts.coffee l51
@listenToOnce @, 'sync', -> @contactListener.watch @
The recent refactor of models events lifecycles should have fixed this one.
updateTags
is called once,contact.change
event is recieved twice.I seems to come from this :
@listenToOnce @, 'sync', -> @contactListener.watch @
client/app/collections/contacts.coffee l51