From 67f551d952ad1cc27f943f7a80af373eaf464513 Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Mon, 1 Feb 2016 13:43:55 -0500 Subject: [PATCH] update action sheet --- dashboard-ui/scripts/actionsheet.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dashboard-ui/scripts/actionsheet.js b/dashboard-ui/scripts/actionsheet.js index ff2d4827ae..1d3dc2f041 100644 --- a/dashboard-ui/scripts/actionsheet.js +++ b/dashboard-ui/scripts/actionsheet.js @@ -127,7 +127,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.firefox ? 'mousedown' : 'click'; dlg.addEventListener(eventName, function (e) {