richrobber2 / canvas-zoom

zoom and pan functionality

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Erasing

SharapaGorg opened this issue · comments

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

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;
}

I hope this helped you.