parent
600f82685d
commit
09a3d41ef8
|
|
@ -6,6 +6,9 @@ __pycache__/
|
|||
# C extensions
|
||||
*.so
|
||||
|
||||
# IDEs
|
||||
.vscode/
|
||||
|
||||
# Distribution / packaging
|
||||
.Python
|
||||
build/
|
||||
|
|
|
|||
2
app
2
app
|
|
@ -1 +1 @@
|
|||
Subproject commit 9c2252716ba5d81176e02934fe23a3a9cad2df2c
|
||||
Subproject commit 7a52508a3becfaebfa9579246b57bd681fb0f1de
|
||||
|
|
@ -16,7 +16,7 @@ async function openoutpaint_get_image_from_gallery() {
|
|||
if (!button) button = buttons[0];
|
||||
|
||||
if (!button)
|
||||
reject(new Error("[openoutpaint] No image selected in the gallery"));
|
||||
reject(new Error("[openoutpaint] No image available in the gallery"));
|
||||
|
||||
const canvas = document.createElement("canvas");
|
||||
const image = document.createElement("img");
|
||||
|
|
|
|||
Loading…
Reference in New Issue