Pattern-Script icon indicating copy to clipboard operation
Pattern-Script copied to clipboard

Right-click in the editor does not work in Firefox on Widows

Open ClementSparrow opened this issue 1 year ago • 0 comments

(works fine on mac or in other browsers)

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).

ClementSparrow avatar Jun 22 '23 09:06 ClementSparrow