Skip to content

Commit

Permalink
ZBUG-1885:- Removed ZCS-8165 unwanted code to fix the issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
Madhav Dhuppe authored and silentsakky committed Oct 20, 2020
1 parent bdf1d48 commit cc77cd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion WebRoot/js/zimbraMail/mail/view/ZmMailMsgView.js
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ function() {
if (this._objectManager && this._objectManager.reset) {
this._objectManager.reset();
}
this.setScrollWithIframe(this._scrollWithIframe ? DwtControl.CLIP : DwtControl.SCROLL);
this.setScrollWithIframe(this._scrollWithIframe);
};

ZmMailMsgView.prototype.dispose =
Expand Down

0 comments on commit cc77cd1

Please sign in to comment.