File tree Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 105
105
"vitest" : " ^3.1.1" ,
106
106
"vue" : " ^3.5.14"
107
107
}
108
- }
108
+ }
Original file line number Diff line number Diff line change @@ -88,6 +88,7 @@ function startSvgTextEditing(event) {
88
88
tspan .setAttribute (" dy" , " 0" );
89
89
tspan .textContent = ' ' ;
90
90
textNode .appendChild (tspan);
91
+ textNode .style .pointerEvents = ' none' ;
91
92
92
93
G .value .appendChild (textNode);
93
94
editingTextNode .value = textNode;
Original file line number Diff line number Diff line change @@ -73,6 +73,7 @@ function startSvgTextEditing(event) {
73
73
tspan .setAttribute (" dy" , " 0" );
74
74
tspan .textContent = ' ' ;
75
75
textNode .appendChild (tspan);
76
+ textNode .style .pointerEvents = ' none' ;
76
77
77
78
G .value .appendChild (textNode);
78
79
editingTextNode .value = textNode;
You can’t perform that action at this time.
0 commit comments