Muhammad Haroon
Muhammad Haroon
Implemented roll function #6760
Fixed issue #6804 https://github.com/processing/p5.js/assets/104259212/890a427a-fea5-46e2-94de-a36f3a141a36 Hey @davepagurek, PR is ready for review. The only problem was that user did not know pixel size for image, that's why it was not rendering...
Fixes: #4005
### Description I'm using a MacBook, and do to right-click on a block, I have to press control and click at the same time. This opens two menus at once....
I found that this.container has both an on-click and a press-up event listener: The on-click listener checks if the Ctrl key is pressed. If it is, it triggers the piemenuBlockContext...