Skip to content
Snippets Groups Projects
Commit 45cc25b8 authored by Prince Gupta's avatar Prince Gupta :speech_balloon: Committed by Hugo Beauzée-Luyssen
Browse files

qml: fix ml drag and drop

fixup 9958d3db
parent 93647d86
No related branches found
No related tags found
1 merge request!1148qml: fix ml drag and drop
Pipeline #176653 passed with stage
in 24 minutes and 55 seconds
......@@ -86,7 +86,7 @@ T.Control {
setData(identifier, [model])
}
function getSelectedInputItem() {
function getSelectedInputItem(cb) {
return MediaLib.mlInputItem([model.id], cb)
}
}
......
......@@ -36,7 +36,7 @@ DragItem {
var inputIdList = root.indexesData.map(function(obj){
return obj[root.mlIDRole]
})
Medialib.mlInputItem(inputIdList, cb)
MediaLib.mlInputItem(inputIdList, cb)
}
onRequestData: {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment