can you please change to use position.left instead of position.x and position.top instead of position.y when calculating where content can be positioned.
It will allow support for IE11 which doesn't have support for x,y param but it equals left, top param (in all browsers)
Hi,
can you please change to use position.left instead of position.x and position.top instead of position.y when calculating where content can be positioned. It will allow support for IE11 which doesn't have support for x,y param but it equals left, top param (in all browsers)