We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Steps to reproduce:
Expected behaviour: No extraneous requests are made.
Actual behaviour: An extraneous GET request is made to ../none (i.e. to https://grapesjs.com/none if on https://grapesjs.com/demo.html)
../none
https://grapesjs.com/none
https://grapesjs.com/demo.html
Caused by getPosition() function in CanvasView.js file.
getPosition()
CanvasView.js
Reproducible on version 0.15.10 on web page demo.
The text was updated successfully, but these errors were encountered:
Should be fixed in the next release
Sorry, something went wrong.
No branches or pull requests
Steps to reproduce:
Expected behaviour:
No extraneous requests are made.
Actual behaviour:
An extraneous GET request is made to
../none
(i.e. tohttps://grapesjs.com/none
if onhttps://grapesjs.com/demo.html
)Caused by
getPosition()
function inCanvasView.js
file.Reproducible on version 0.15.10 on web page demo.
The text was updated successfully, but these errors were encountered: