feat: use floating ui for node link tooltips
Compare changes
- Dennis Collaris authored
Additional features: - Shift-click for multi select - Click anywhere in the stage to deselect - Panning and zooming does not deselect
@@ -22,6 +22,7 @@ import { MultiGraph } from 'graphology';
@@ -70,8 +71,6 @@ export const NLPixi = (props: Props) => {
@@ -124,71 +123,58 @@ export const NLPixi = (props: Props) => {
@@ -202,10 +188,14 @@ export const NLPixi = (props: Props) => {
@@ -246,22 +236,7 @@ export const NLPixi = (props: Props) => {
@@ -279,20 +254,6 @@ export const NLPixi = (props: Props) => {
@@ -319,23 +280,28 @@ export const NLPixi = (props: Props) => {
@@ -524,7 +490,6 @@ export const NLPixi = (props: Props) => {
@@ -613,21 +578,13 @@ export const NLPixi = (props: Props) => {
@@ -660,12 +617,18 @@ export const NLPixi = (props: Props) => {