[Common] Hide comment popover when switch to preview comment mode
This commit is contained in:
parent
407ba1fcca
commit
164378dfaa
|
@ -1483,7 +1483,7 @@ define([
|
|||
this.setMode(this.mode);
|
||||
this.updateComments(true);
|
||||
if (this.getPopover())
|
||||
this.getPopover().update(true);
|
||||
mode ? this.getPopover().hide() : this.getPopover().update(true);
|
||||
},
|
||||
|
||||
clearCollections: function() {
|
||||
|
|
Loading…
Reference in a new issue