effects: Fix clicking windows in window view effect

The DragHandler immediately activates and takes over the TapHandler,
thus blocking selecting windows by tapping them.
This commit is contained in:
Vlad Zahorodnii 2023-02-25 22:46:50 +02:00
parent 1ea2338917
commit 70e7622c69

View file

@ -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