mirror of
https://github.com/GoogleChromeLabs/squoosh.git
synced 2025-11-12 00:37:19 +00:00
Edge file constructor fix (#180)
* Hacking around lack of `new File` in Edge. * Less hacky solution - preserves types
This commit is contained in:
@@ -155,6 +155,7 @@ export default class Output extends Component<Props, State> {
|
||||
return (
|
||||
<div class={`${style.output} ${altBackground ? style.altBackground : ''}`}>
|
||||
<two-up
|
||||
legacy-clip-compat
|
||||
orientation={orientation}
|
||||
// Event redirecting. See onRetargetableEvent.
|
||||
onTouchStartCapture={this.onRetargetableEvent}
|
||||
|
||||
Reference in New Issue
Block a user