enable split-panes feature for Calc for non-mobile
Change-Id: I8be8c36ed5266a7d5eed13cbba95e849fa9723a2 Reviewed-on: https://gerrit.libreoffice.org/c/online/+/98363 Tested-by: Jenkins Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com> Reviewed-by: Dennis Francis <dennis.francis@collabora.com>
This commit is contained in:
parent
d1b3f4c6af
commit
42c15edeef
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
|||
*/
|
||||
|
||||
/* global */
|
||||
L.CalcTileLayer = L.TileLayer.extend({
|
||||
L.CalcTileLayer = (L.Browser.mobile ? L.TileLayer : L.CanvasTileLayer).extend({
|
||||
options: {
|
||||
// TODO: sync these automatically from SAL_LOK_OPTIONS
|
||||
sheetGeometryDataEnabled: true,
|
||||
|
|
Loading…
Reference in a new issue