@@ -144,7 +144,7 @@ const text = computed<ShapeText>(() => {
padding: 5px;
word-break: break-word;
pointer-events: none;
- white-space: pre;
+ white-space: pre-wrap;
&.editable {
pointer-events: all;
}
@@ -266,7 +266,7 @@ const startEdit = () => {
@@ -101,7 +101,7 @@ const { shadowStyle } = useElementShadow(shadow)
flex-direction: column;
@@ -233,7 +233,7 @@ watch(isHandleElement, () => {