Additional contextLinkDialog.tsx fires publishWindowChange(true) when resizing happens, but link anchor is set to left:0; top:0 when editor loses focus.
To mitigate this issue, my solution is to use readOnly flag when necessary because here it uses readOnly to decide if a preview payload should be sent.
This issue is not ignorable as on Mobile and Tablet device the keyboard view will push up the viewport frequently.
Describe the bug Link Popover position is incorrect after window resized
To Reproduce Steps to reproduce the behavior:
[— Daring Fireball](https://daringfireball.net/projects/markdown/)
, the link popover is displayed right near the link as expectedExpected behavior At the last step, the link popover is expected to stay close to the link.
Screenshots
Desktop (please complete the following information):
Mobile:
Additional context
LinkDialog.tsx
firespublishWindowChange(true)
when resizing happens, but link anchor is set toleft:0; top:0
when editor loses focus.