mirror of
https://github.com/ONLYOFFICE/sdkjs.git
synced 2026-04-07 14:09:12 +08:00
add method for getting paragraph from drawing objects by coordinates
This commit is contained in:
@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user