mirror of
https://github.com/moparisthebest/mail
synced 2024-11-15 13:45:08 -05:00
fix: do not do delta 4 if delta4 is empty
This commit is contained in:
parent
65c61b2a09
commit
74711d7252
@ -403,6 +403,7 @@ define(function(require) {
|
|||||||
// no delta, we're done here
|
// no delta, we're done here
|
||||||
if (_.isEmpty(delta4)) {
|
if (_.isEmpty(delta4)) {
|
||||||
doDeltaF2();
|
doDeltaF2();
|
||||||
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
var after = _.after(delta4.length, function() {
|
var after = _.after(delta4.length, function() {
|
||||||
|
Loading…
Reference in New Issue
Block a user