mirror of
https://github.com/niklasvh/html2canvas.git
synced 2023-08-10 21:13:10 +03:00
Fix formatting
This commit is contained in:
parent
ddf92f37b3
commit
5370bf62b3
@ -82,8 +82,8 @@ export default class ImageLoader {
|
|||||||
|
|
||||||
this.cache[key] =
|
this.cache[key] =
|
||||||
isInlineImage(src) && !isSVG(src)
|
isInlineImage(src) && !isSVG(src)
|
||||||
// $FlowFixMe
|
? // $FlowFixMe
|
||||||
? FEATURES.SUPPORT_BASE64_DRAWING(src).then(imageLoadHandler)
|
FEATURES.SUPPORT_BASE64_DRAWING(src).then(imageLoadHandler)
|
||||||
: imageLoadHandler(true);
|
: imageLoadHandler(true);
|
||||||
return key;
|
return key;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user