comments > get absolute position of new comment

This commit is contained in:
isUnknown 2024-11-06 16:38:46 +01:00
parent c0a29c0d18
commit 6e0b2299e2
4 changed files with 133 additions and 16 deletions

View file

@ -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,