Add return for invalid filetypes, fixes wrong behaviour
This commit is contained in:
parent
5deb1bf40e
commit
6434dac04d
@ -16,7 +16,7 @@ export default (os: OS) => {
|
||||
text: '%i18n:common.got-it%'
|
||||
}]
|
||||
});
|
||||
reject();
|
||||
return reject('invalid-filetype');
|
||||
}
|
||||
|
||||
const w = os.new(CropWindow, {
|
||||
|
@ -16,7 +16,7 @@ export default (os: OS) => {
|
||||
text: '%i18n:common.got-it%'
|
||||
}]
|
||||
});
|
||||
reject();
|
||||
return reject('invalid-filetype');
|
||||
}
|
||||
|
||||
const w = os.new(CropWindow, {
|
||||
|
Loading…
Reference in New Issue
Block a user