mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-07-25 11:26:44 +08:00
Fix Bug 40242
This commit is contained in:
@ -297,7 +297,8 @@ define([
|
||||
}
|
||||
} else {
|
||||
var model = this.popoverComments.findWhere({uid: id});
|
||||
if (model) {
|
||||
if (model && !this.getPopover().isVisible()) {
|
||||
this.getPopover().showComments(true);
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user