Added break so it doesnt prompt you per image

This commit is contained in:
KevinWh0 2024-02-17 12:55:27 +01:00
parent c6e29f6882
commit 2024030ebb
1 changed files with 1 additions and 0 deletions

View File

@ -765,6 +765,7 @@ async function post(ev?: MouseEvent) {
if (canceled) return;
if (result === 'cancel') return;
break;
}
}
}