richrobber2 / canvas-zoom

zoom and pan functionality
351 stars 23 forks source link

Erasing #49

Closed SharapaGorg closed 1 year ago

SharapaGorg commented 1 year ago

Every time my ass burns with the fact that when you press enter, everything is erased, and also that when you press the eraser, absolutely the entire mask is erased, every time I think that when I press the eraser, I can erase the mask in the right places, but all my fucking mask wears off and I sink into an endless depression. In fact, I have not even figured out if the eraser button is the functionality of your extension, but if you can change it, THEN PLEASE DO IT

daswer123 commented 1 year ago

To get rid of this button, you can edit the file user.css (if you do not have it, create a file in the root folder of stable-diffusion) and write at the end

button[aria-label="Clear"] {
    display: none;
}
daswer123 commented 1 year ago

I hope this helped you.