mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-07-24 05:30:15 +08:00
[DE] Fix Bug 51768
This commit is contained in:
@ -39,8 +39,8 @@ class ApplicationSettingsController extends Component {
|
||||
this.props.storeAppOptions.changeCanViewComments(value);
|
||||
|
||||
if (!value) {
|
||||
api.asc_hideComments();
|
||||
this.switchDisplayResolved(value);
|
||||
api.asc_hideComments();
|
||||
LocalStorage.setBool("de-settings-resolvedcomment", false);
|
||||
} else {
|
||||
const resolved = LocalStorage.getBool("de-settings-resolvedcomment");
|
||||
|
||||
Reference in New Issue
Block a user