[PE mobile] Fixed display context menu.
This commit is contained in:
parent
3a035f42db
commit
131cbf1b02
|
@ -145,7 +145,8 @@ define([
|
||||||
},
|
},
|
||||||
|
|
||||||
onApiShowPopMenu: function(posX, posY) {
|
onApiShowPopMenu: function(posX, posY) {
|
||||||
if (_isPopMenuHidden || $('.popover.settings').length > 0 || $('.popup.settings').length > 0) return;
|
if (_isPopMenuHidden || $('.popover.settings, .popup.settings, .picker-modal.settings').length > 0)
|
||||||
|
return;
|
||||||
|
|
||||||
var me = this,
|
var me = this,
|
||||||
items;
|
items;
|
||||||
|
|
|
@ -101,6 +101,8 @@ define([
|
||||||
},
|
},
|
||||||
|
|
||||||
showModal: function() {
|
showModal: function() {
|
||||||
|
uiApp.closeModal();
|
||||||
|
|
||||||
if (Common.SharedSettings.get('phone')) {
|
if (Common.SharedSettings.get('phone')) {
|
||||||
modalView = uiApp.popup(
|
modalView = uiApp.popup(
|
||||||
'<div class="popup settings container-settings">' +
|
'<div class="popup settings container-settings">' +
|
||||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue