mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-07-25 12:46:03 +08:00
[PE] Fix guides/gridlines init values
This commit is contained in:
@ -294,7 +294,7 @@ define([
|
||||
lock: [_set.disableOnStart],
|
||||
enableToggle: true,
|
||||
allowDepress: true,
|
||||
pressed: Common.localStorage.getBool("pe-settings-showguides", true),
|
||||
pressed: Common.localStorage.getBool("pe-settings-showguides"),
|
||||
split: true,
|
||||
menu: true,
|
||||
dataHint: '1',
|
||||
@ -310,7 +310,7 @@ define([
|
||||
lock: [_set.disableOnStart],
|
||||
enableToggle: true,
|
||||
allowDepress: true,
|
||||
pressed: Common.localStorage.getBool("pe-settings-showgrid", true),
|
||||
pressed: Common.localStorage.getBool("pe-settings-showgrid"),
|
||||
split: true,
|
||||
menu: true,
|
||||
dataHint: '1',
|
||||
|
||||
Reference in New Issue
Block a user