David Kozdra
David Kozdra
@davepagurek  I tried this with the shapes example and it seems like scale can not take negative numbers this comes from the canvas scale test here to verify :...
@davepagurek that did work, I recommend mentioning that in the first reply, also my solution also works either way will fix the issue
when I changed the URL to https://p5js.net it redirected to a p5 editor. Following your domain directly led to a missing page
I could not replicate this, I made several print calls and it limited me to 5000 outputs, it did not freeze or cause issues what web extensions are you using...
@LandonBoi123 is this what happens?  I was able to follow your instructions and this is what happened No errors in the console
tried on edge and Vivaldi, Firefox could not replicate, seems to only happen on the first frame  in fairness Brave is not considered supported so ... not sure this...
weird seems like a similar but slightly different issue I will take a look soon
I would do this on the main page or SettingModal.tsx, you would make a useEffect with a empty dependency array so it will load on the first render there is...
@Jonnie-Dev how is this going you still working on it?
``` useEffect((): (() => void) => { //get background from local const savedColor :any= localStorage.getItem("color"); const foundColor = colors.find(color => color.name === savedColor); if (foundColor) { handleColorChange(foundColor); } document.addEventListener('mousedown', outsideClick)...