mirror of
https://github.com/morgan9e/dash-to-panel
synced 2026-04-14 00:04:17 +09:00
Remove panel drag handler
This commit is contained in:
12
panel.js
12
panel.js
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user