Restore appicon drag and drop

This commit is contained in:
Charles Gagnon
2022-04-03 22:43:02 -04:00
parent b4acf1dd1a
commit bf70a6ebb2

View File

@@ -1293,11 +1293,6 @@ var TaskbarAppIcon = GObject.registerClass({
return DND.DragMotionResult.CONTINUE;
}
// Disable all DnD methods on gnome-shell 3.34
_onDragBegin() {}
_onDragEnd() {}
acceptDrop() { return false; }
getAppIconInterestingWindows(isolateMonitors) {
return getInterestingWindows(this.app, this.dtpPanel.monitor, isolateMonitors);
}