You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is a console.log in two lines, distracting for development flow when it doesn't seems to be necessary. I can raise a PR but not sure if this is intended? Maybe I missed setting up the logging behavior during initialization? Couldn't find it in configuration though.
Also, sidenote, it seems to be logging across different Vue pages/layout/view. Not sure if there is a better way to constraints to specific location only.
js/main.js
Line 875 console.log('handing copy')
Line 1023 console.log('event.target !== document.body', event.target, document.body);
Painterro version
E.g. v1.0.2
To Reproduce
Steps to reproduce the behavior:
Be in development mode while using this library
Click anywhere on body
Console.log will appear (picture as below)
Expected behavior
No console.log event (especially in other pages/layout/view).
Screenshots
Browser
e.g. Google Chrome on Windows
The text was updated successfully, but these errors were encountered:
Describe the bug
There is a console.log in two lines, distracting for development flow when it doesn't seems to be necessary. I can raise a PR but not sure if this is intended? Maybe I missed setting up the logging behavior during initialization? Couldn't find it in configuration though.
Also, sidenote, it seems to be logging across different Vue pages/layout/view. Not sure if there is a better way to constraints to specific location only.
js/main.js
Painterro version
E.g. v1.0.2
To Reproduce
Steps to reproduce the behavior:
Expected behavior
No console.log event (especially in other pages/layout/view).
Screenshots
Browser
The text was updated successfully, but these errors were encountered: