fix getAppFromSource

This commit is contained in:
Philipp Unger
2023-09-20 19:43:10 +02:00
parent 346a35b269
commit 880156b953

View File

@@ -624,7 +624,7 @@ export var Taskbar = class {
}
_onDragMotion(dragEvent) {
let app = Dash.getAppFromSource(dragEvent.source);
let app = Dash.Dash.getAppFromSource(dragEvent.source);
if (app == null)
return DND.DragMotionResult.CONTINUE;