add method for getting paragraph from drawing objects by coordinates

This commit is contained in:
Sergey Luzyanin
2025-11-25 21:43:22 +03:00
parent 0c93d97270
commit 7aaa3a0d2c
6 changed files with 35 additions and 11 deletions

View File

@ -1218,7 +1218,7 @@
return true;
} else {
var ret = { objectId: object.Get_Id(), cursorType: "text" };
var ret = { objectId: object.Get_Id(), cursorType: "text", content: object.getDocContent && object.getDocContent() };
content = object.getDocContent();
invert_transform_text = object.invertTransformText;
if (content && invert_transform_text) {