update action sheet for safari
This commit is contained in:
@@ -144,7 +144,7 @@
|
||||
});
|
||||
|
||||
// Seeing an issue in some non-chrome browsers where this is requiring a double click
|
||||
var eventName = browserInfo.chrome || browserInfo.safari ? 'click' : 'mousedown';
|
||||
var eventName = browserInfo.chrome ? 'click' : 'mousedown';
|
||||
|
||||
$('.actionSheetMenuItem', dlg).on(eventName, function () {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user