Fix element removal on transition end in Firefox70

pull/460/head
Jan van Brügge 5 years ago
parent 3f858078f0
commit f307db46e3

@ -69,7 +69,7 @@ function applyRemoveStyle(vnode: VNode, rm: () => void): void {
return;
}
if(!reflowForced) {
getComputedStyle(document.body).transform;
(vnode.elm as any).offsetLeft;
reflowForced = true;
}
var name: string, elm = vnode.elm, i = 0, compStyle: CSSStyleDeclaration,

Loading…
Cancel
Save