Fix element removal on transition end in Firefox70

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

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

Loading…
Cancel
Save