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 105105 "vitest" : " ^3.1.1" ,
106106 "vue" : " ^3.5.14"
107107 }
108- }
108+ }
Original file line number Diff line number Diff line change @@ -88,6 +88,7 @@ function startSvgTextEditing(event) {
8888 tspan .setAttribute (" dy" , " 0" );
8989 tspan .textContent = ' ' ;
9090 textNode .appendChild (tspan);
91+ textNode .style .pointerEvents = ' none' ;
9192
9293 G .value .appendChild (textNode);
9394 editingTextNode .value = textNode;
Original file line number Diff line number Diff line change @@ -73,6 +73,7 @@ function startSvgTextEditing(event) {
7373 tspan .setAttribute (" dy" , " 0" );
7474 tspan .textContent = ' ' ;
7575 textNode .appendChild (tspan);
76+ textNode .style .pointerEvents = ' none' ;
7677
7778 G .value .appendChild (textNode);
7879 editingTextNode .value = textNode;
You can’t perform that action at this time.
0 commit comments