mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-07-24 12:05:33 +08:00
[mobile] Fix bug 51268
This commit is contained in:
@ -457,7 +457,11 @@ class ViewCommentsController extends Component {
|
||||
});
|
||||
}
|
||||
closeViewCurComments () {
|
||||
f7.sheet.close('#view-comment-sheet');
|
||||
if (Device.phone) {
|
||||
f7.sheet.close('#view-comment-sheet');
|
||||
} else {
|
||||
f7.popover.close('#view-comment-popover');
|
||||
}
|
||||
this.setState({isOpenViewCurComments: false});
|
||||
}
|
||||
onResolveComment (comment) {
|
||||
|
||||
Reference in New Issue
Block a user