mirror of
https://github.com/Rafostar/clapper.git
synced 2025-12-25 06:29:13 +01:00
Remove drop target from top revealer
It is causing various issues unfortunately
This commit is contained in:
@@ -107,8 +107,6 @@ class ClapperWidget extends Gtk.Grid
|
||||
|
||||
const dropTarget = this._getDropTarget();
|
||||
playerWidget.add_controller(dropTarget);
|
||||
const dropTargetTop = this._getDropTarget();
|
||||
this.revealerTop.add_controller(dropTargetTop);
|
||||
}
|
||||
|
||||
revealControls(isAllowInput)
|
||||
|
||||
Reference in New Issue
Block a user