mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-07-25 07:41:23 +08:00
[DE] Change default value for smart selection
This commit is contained in:
@ -1345,7 +1345,7 @@ define([
|
||||
Common.Utils.InternalSettings.set("de-settings-paste-button", parseInt(value));
|
||||
me.api.asc_setVisiblePasteButton(!!parseInt(value));
|
||||
|
||||
value = Common.localStorage.getBool("de-settings-smart-selection");
|
||||
value = Common.localStorage.getBool("de-settings-smart-selection", true);
|
||||
Common.Utils.InternalSettings.set("de-settings-smart-selection", value);
|
||||
me.api.asc_putSmartParagraphSelection(value);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user