Commit Graph
4 Commits
Author SHA1 Message Date
Wenchen LiandGitHub c6b5122d0f Invalidate a Node trying to connect itself with the same handle
It also be written as `!(elementBelowNodeId === nodeId && elementBelowHandleId === handleId)`
2022-11-28 17:31:57 -05:00
Wenchen LiandGitHub d586202d97 Always elevate 1000 in zIndex when node is selected
Instead of only elevating when `zIndex` is unset
2022-11-11 17:30:31 -05:00
Wenchen LiandGitHub eccd567347 Put wrapper container in its own stacking context 2022-10-14 11:33:50 -04:00
Wenchen LiandGitHub 5d350942d3 Add css files as sideEffects
According to about tree shaking, css files should be considered as side effects: https://webpack.js.org/guides/tree-shaking/#:~:text=**/*.css.-,Tip,-Note%20that%20any
2022-10-06 11:00:54 -04:00