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
@@ -21,6 +21,9 @@ import { CytoscapeLayout, GraphologyLayout, LayoutFactory, Layouts } from '../..
@@ -43,7 +46,7 @@ type LayoutState = 'reset' | 'running' | 'paused';
@@ -68,8 +71,6 @@ export const NLPixi = (props: Props) => {
@@ -122,61 +123,64 @@ export const NLPixi = (props: Props) => {
@@ -188,11 +192,19 @@ export const NLPixi = (props: Props) => {
@@ -234,21 +246,6 @@ export const NLPixi = (props: Props) => {
@@ -267,20 +264,6 @@ export const NLPixi = (props: Props) => {
@@ -307,23 +290,28 @@ export const NLPixi = (props: Props) => {
@@ -512,7 +500,6 @@ export const NLPixi = (props: Props) => {
@@ -601,14 +588,13 @@ export const NLPixi = (props: Props) => {
@@ -639,10 +625,25 @@ export const NLPixi = (props: Props) => {