mirror of
https://github.com/morgan9e/dash-to-panel
synced 2026-04-14 00:04:17 +09:00
Merge pull request #1955 from philippun1/fix-get-app-from-source
Fix getAppFromSource call
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user