effects: Fix clicking windows in window view effect

The DragHandler immediately activates and takes over the TapHandler,
thus blocking selecting windows by tapping them.
master
Vlad Zahorodnii 2 years ago
parent 1ea2338917
commit 70e7622c69

@ -373,7 +373,6 @@ Item {
component DragManager : DragHandler {
target: null
dragThreshold: 0
grabPermissions: PointerHandler.CanTakeOverFromAnything
// This does not work when moving pointer fast and pressing along the way
// See also QTBUG-105903, QTBUG-105904

Loading…
Cancel
Save