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
Apparently the mousedown event is not triggered during a right click (but mouseup and click events are), probably because the event is replaced with a contextmenu event that P:S listens to and prevents (see src/js/addlisteners.js and function rightClickCanvas in src/js/inputoutput.js).
The text was updated successfully, but these errors were encountered:
(works fine on mac or in other browsers)
Apparently the
mousedown
event is not triggered during a right click (butmouseup
andclick
events are), probably because the event is replaced with acontextmenu
event that P:S listens to and prevents (seesrc/js/addlisteners.js
and functionrightClickCanvas
insrc/js/inputoutput.js
).The text was updated successfully, but these errors were encountered: