feat: add same functionality as inpaint image to mask upload element

This commit is contained in:
Manuel Schmid
2024-07-01 00:08:53 +02:00
parent aba2c6c1ba
commit 6f479a5040
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -642,4 +642,5 @@ onUiLoaded(async() => {
}
applyZoomAndPan("#inpaint_canvas");
applyZoomAndPan("#inpaint_mask_canvas");
});