Skip to content

Fix for the Left/Right Swipe to Close Tab Gesture

Earlier, the left/right swipe to close tab gesture had to be disabled because it interfered with scrolling. To fix this issue, I replaced the DragHandler with a MouseArea, which appears to have resolved the problem.

Merge request reports