Description
Description
I am using fExternalItem drag-and-drop functionality from example: https://flow.foblex.com/examples/f-visual-programming-flow
But I opened vp-flow component in full screen mode:
after it I am not longer see the placeholder of element while dragging it, but dropping still works fine
Steps to Reproduce
go to example page: https://flow.foblex.com/examples/f-visual-programming-flow
display vp-flow in fullscreen mode
try dragging fExternalItem
notice that placeholder of dragging element is not visible
Expected Result
Placeholder is visible as for non-fullscreen mode
Actual Result
No placeholder visible
Environment Details
Browser: Chrome
Version: "@foblex/flow": "^16.0.5"
Screenshots or Videos
No response
Additional Context
I assume the problem is in this line:
The placeholder is attached to body, whereas fullscreen mode is activated on document.fullscreenElement