Skip to content

fix: disable user interaction with popups during dragging

Dennis Collaris requested to merge feat/nodelink-no-select-when-panning into main

This MR fixes an issue that the users' pan/zoom interaction was interrupted due to user selection enabled on the tooltip. This PR adds and optional interactive property to tooltips to control whether the tooltip is selectable. For the node link vis, the interactivity is disabled during drag, solving the issue :).

Merge request reports

Loading