Added break so it doesnt prompt you per image
This commit is contained in:
parent
c6e29f6882
commit
2024030ebb
@ -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 New Issue
Block a user