comments > get absolute position of new comment
This commit is contained in:
parent
c0a29c0d18
commit
6e0b2299e2
4 changed files with 133 additions and 16 deletions
|
|
@ -21,8 +21,8 @@ return [
|
|||
'file' => $file,
|
||||
'filePageIndex' => $data->filePageIndex,
|
||||
'position' => [
|
||||
'x' => null,
|
||||
'y' => null
|
||||
'x' => $data->position->x,
|
||||
'y' => $data->position->y
|
||||
],
|
||||
'replies' => [],
|
||||
'text' => $data->text,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue