mirror of
https://github.com/LibreOffice/online.git
synced 2025-07-25 16:04:48 +00:00
Fix re-rendering - the sheet ended up with no content.
Change-Id: I1607c35a66f23ab83a5de46bd30b227a28ed82cb Reviewed-on: https://gerrit.libreoffice.org/c/online/+/103257 Reviewed-by: Michael Meeks <michael.meeks@collabora.com> Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com>
This commit is contained in:

committed by
Jan Holesovsky

parent
11b384b195
commit
d529fa418f
@ -461,7 +461,7 @@ L.CanvasTileLayer = L.TileLayer.extend({
|
|||||||
}
|
}
|
||||||
canvas.closePath();
|
canvas.closePath();
|
||||||
};
|
};
|
||||||
this._painter.clear();
|
this._painter.update();
|
||||||
},
|
},
|
||||||
|
|
||||||
hasSplitPanesSupport: function () {
|
hasSplitPanesSupport: function () {
|
||||||
|
Reference in New Issue
Block a user