fix playlist items not being draggable in firefox/edge
This commit is contained in:
@@ -1707,7 +1707,7 @@ var AppInfo = {};
|
||||
function init() {
|
||||
|
||||
if (Dashboard.isRunningInCordova() && browserInfo.android) {
|
||||
define("nativedirectorychooser", ["cordova/android/nativedirectorychooser"]);
|
||||
define("nativedirectorychooser", ["cordova/nativedirectorychooser"]);
|
||||
}
|
||||
|
||||
if (Dashboard.isRunningInCordova() && browserInfo.android) {
|
||||
|
||||
Reference in New Issue
Block a user