@hailin-zheng/editor-core 2.0.9 → 2.0.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index-cjs.js +1 -1
- package/index-cjs.js.map +1 -1
- package/index.js +1 -1
- package/index.js.map +1 -1
- package/package.json +1 -1
package/index.js
CHANGED
@@ -4788,7 +4788,7 @@ class TextGroupRenderObject extends LeafRenderObject {
|
|
4788
4788
|
data: {
|
4789
4789
|
ns: "http://www.w3.org/2000/svg",
|
4790
4790
|
attrs: {
|
4791
|
-
d: `M${event.relativePagePos.x} ${event.relativePagePos.y + underHeight} L${event.relativePagePos.x +
|
4791
|
+
d: `M${event.relativePagePos.x} ${event.relativePagePos.y + underHeight} L${event.relativePagePos.x + this.rect.width} ${event.relativePagePos.y + underHeight}`,
|
4792
4792
|
stroke: '#000',
|
4793
4793
|
'stroke-width': 1,
|
4794
4794
|
fill: 'none'
|