refactor(edgetext): catch pointer events closes #1121
This commit is contained in:
@@ -59,6 +59,10 @@
|
||||
fill: none;
|
||||
}
|
||||
|
||||
.react-flow__edge-textwrapper {
|
||||
pointer-events: all;
|
||||
}
|
||||
|
||||
.react-flow__edge-text {
|
||||
pointer-events: none;
|
||||
user-select: none;
|
||||
|
||||
Reference in New Issue
Block a user