mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-23 01:53:09 +02:00
Added break so it doesnt prompt you per image
This commit is contained in:
parent
c6e29f6882
commit
2024030ebb
1 changed files with 1 additions and 0 deletions
|
@ -765,6 +765,7 @@ async function post(ev?: MouseEvent) {
|
||||||
|
|
||||||
if (canceled) return;
|
if (canceled) return;
|
||||||
if (result === 'cancel') return;
|
if (result === 'cancel') return;
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue