mirror of
https://github.com/doocs/md.git
synced 2025-02-10 16:55:49 +08:00
Compare commits
1 Commits
184f648025
...
5b42e1fd33
Author | SHA1 | Date | |
---|---|---|---|
|
5b42e1fd33 |
@ -257,7 +257,7 @@ function beforeImageUpload(file: File) {
|
||||
// check image
|
||||
const checkResult = checkImage(file)
|
||||
if (!checkResult.ok) {
|
||||
toast.error(checkResult.msg || ``)
|
||||
toast.error(checkResult.msg)
|
||||
return false
|
||||
}
|
||||
// check image host
|
||||
|
Loading…
x
Reference in New Issue
Block a user