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
fa4a4a4db5
commit
26cdc0441b
@ -82,8 +82,8 @@ export default class ImageLoader {
|
||||
|
||||
this.cache[key] =
|
||||
isInlineImage(src) && !isSVG(src)
|
||||
// $FlowFixMe
|
||||
? FEATURES.SUPPORT_BASE64_DRAWING(src).then(imageLoadHandler)
|
||||
? // $FlowFixMe
|
||||
FEATURES.SUPPORT_BASE64_DRAWING(src).then(imageLoadHandler)
|
||||
: imageLoadHandler(true);
|
||||
return key;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user