Show chapter transition warning
- on scanlator change - on skipped chapters
This commit is contained in:
@@ -25,7 +25,7 @@ export const awaitConfirmation = async (
|
||||
if (accepted) {
|
||||
confirmationPromise.resolve();
|
||||
} else {
|
||||
confirmationPromise.reject();
|
||||
confirmationPromise.reject(new Error('Confirmation declined'));
|
||||
}
|
||||
|
||||
root.unmount();
|
||||
|
||||
Reference in New Issue
Block a user