mirror of
https://github.com/morgan9e/dash-to-panel
synced 2026-04-15 00:34:05 +09:00
fix getAppFromSource
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