Skip to content

KickoffItemDelegate: don't check view.interactive in dragEnabled

Noah Davis requested to merge work/ndavis/kickoff-wheelhandler-dragging into master

This was used when I was doing a custom TapHandler based thing to detect pointer input sources and I don't need it anymore. It's causing drag and drop to stop working too.

Merge request reports