mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-07-20 15:44:53 +00:00
perf(mail(js)): improvements for md-virtual-repeat
This commit is contained in:
@@ -594,8 +594,12 @@
|
||||
action = 'markMessageUncollapse';
|
||||
|
||||
this.collapsed = !this.collapsed;
|
||||
_this.$mailbox.updateVisibleMessages();
|
||||
|
||||
return Message.$$resource.post(this.$absolutePath(), action);
|
||||
return Message.$$resource.post(this.$absolutePath(), action).catch(function() {
|
||||
this.collapsed = !this.collapsed;
|
||||
_this.$mailbox.updateVisibleMessages();
|
||||
});
|
||||
};
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user