mirror of
https://github.com/ONLYOFFICE/sdkjs.git
synced 2026-04-07 14:09:12 +08:00
[se] Fix bug 71398
This commit is contained in:
@ -10845,13 +10845,12 @@
|
||||
|
||||
this._updateDrawingArea();
|
||||
|
||||
this._endRtlDrawingRendering();
|
||||
|
||||
if (this.workbook.getSmoothScrolling()) {
|
||||
ctx.AddClipRect(clearLeft - clearOffset, y, clearWidth + clearOffset, ctxH);
|
||||
this.drawingGraphicCtx.AddClipRect && this.drawingGraphicCtx.AddClipRect(clearLeft - clearOffset, y, clearWidth + clearOffset, ctxH);
|
||||
ctx.AddClipRect(clearLeft - clearOffset, y, clearWidth + clearOffset + this.getRightToLeftOffset(), ctxH);
|
||||
this.drawingGraphicCtx.AddClipRect && this.drawingGraphicCtx.AddClipRect(clearLeft - clearOffset, y, clearWidth + clearOffset + this.getRightToLeftOffset(), ctxH);
|
||||
}
|
||||
|
||||
this._endRtlDrawingRendering();
|
||||
// Дорисовываем необходимое
|
||||
if (dx < 0 || vr.c2 !== oldEnd || oldVCE_isPartial || (clearWidth !== 0 && this.workbook.getSmoothScrolling())) {
|
||||
var c1, c2;
|
||||
|
||||
Reference in New Issue
Block a user