Remove panel drag handler

This commit is contained in:
Charles Gagnon
2024-05-02 15:20:35 -04:00
parent 2d5f48a176
commit 1759c2c804

View File

@@ -395,18 +395,6 @@ export const Panel = GObject.registerClass({
Main.ctrlAltTabManager.removeGroup(this);
}
handleDragOver(source, actor, x, y, time) {
if (source == Main.xdndHandler) {
// open overview so they can choose a window for focusing
// and ultimately dropping dragged item onto
if(Main.overview.shouldToggleByCornerOrButton())
Main.overview.show();
}
return DND.DragMotionResult.CONTINUE;
}
getPosition() {
let position = PanelSettings.getPanelPosition(SETTINGS, this.monitor.index);