Fix resizing timeline on switchin gmodes

This commit is contained in:
Franc Camps-Febrer
2019-01-15 10:16:28 -05:00
parent 41e49b2c38
commit cd2fef3d4c
3 changed files with 6 additions and 6 deletions

View File

@@ -71,7 +71,7 @@ class Timeline extends React.Component {
let element = document.querySelector('.timeline-wrapper');
element.addEventListener("transitionend", (event) => {
this.computeDims();
}, { once: true });
}/*, { once: true }*/);
}