From c12e2d1525b1095e31e93116d45ce38cc83ee29b Mon Sep 17 00:00:00 2001 From: SergeyEzhin Date: Mon, 30 Aug 2021 18:29:44 +0300 Subject: [PATCH] [DE PE mobile] Fix Bug 51538 --- apps/common/mobile/lib/controller/ContextMenu.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/common/mobile/lib/controller/ContextMenu.jsx b/apps/common/mobile/lib/controller/ContextMenu.jsx index 8ddc3a61e4..73af1007ad 100644 --- a/apps/common/mobile/lib/controller/ContextMenu.jsx +++ b/apps/common/mobile/lib/controller/ContextMenu.jsx @@ -104,7 +104,7 @@ class ContextMenuController extends Component { } onApiOpenContextMenu(x, y) { - if ( !this.state.opened && $$('.dialog.modal-in, .popover.modal-in, .sheet-modal.modal-in, .popup.modal-in, #pe-preview, .add-comment-popup').length < 1) { + if ( !this.state.opened && $$('.dialog.modal-in, .popover.modal-in, .sheet-modal.modal-in, .popup.modal-in, #pe-preview, .add-comment-popup, .actions-modal.modal-in').length < 1) { this.setState({ items: this.initMenuItems(), extraItems: this.initExtraItems()