AntoineW / luge

Luge
301 stars 11 forks source link

Recalculate document height when using FAQ Accordion (...or something else) #6

Closed haroldao closed 3 years ago

haroldao commented 3 years ago

Is there a way to recalculate the height of the document when we click on an accordion item (FAQ) ?

AntoineW commented 3 years ago

Hi, Did you try to emit a resize event like so luge.emitter.emit('resize')?

haroldao commented 3 years ago

ty :)