Remove drop target from top revealer

It is causing various issues unfortunately
This commit is contained in:
Rafał Dzięgiel
2021-03-14 23:33:29 +01:00
parent 6370e1126b
commit 8f294604dc

View File

@@ -107,8 +107,6 @@ class ClapperWidget extends Gtk.Grid
const dropTarget = this._getDropTarget(); const dropTarget = this._getDropTarget();
playerWidget.add_controller(dropTarget); playerWidget.add_controller(dropTarget);
const dropTargetTop = this._getDropTarget();
this.revealerTop.add_controller(dropTargetTop);
} }
revealControls(isAllowInput) revealControls(isAllowInput)