[DE] Fix Bug 51768
This commit is contained in:
parent
b16e82ea2e
commit
2839e4ffd0
|
@ -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");
|
||||
|
|
Loading…
Reference in a new issue