fix: disable user interaction with popups during dragging
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 :).