Closes #960
Signed-off-by: Abijeet <redacted>
list.style.overflow = '';
list.style.height = '';
list.style.transition = '';
list.style.overflow = '';
list.style.height = '';
list.style.transition = '';
+ list.style.display = `block`;
list.removeEventListener('transitionend', transitionEndBound);
}
list.removeEventListener('transitionend', transitionEndBound);
}
-module.exports = ChapterToggle;
\ No newline at end of file
+module.exports = ChapterToggle;