denehyg / reveal.js-menu

Slide out menu for reveal.js
https://denehyg.github.io/reveal.js-menu
MIT License
281 stars 76 forks source link

Fixed #51 TypeError: ref is undefined #52

Closed ThomasWeinert closed 6 years ago

ThomasWeinert commented 6 years ago

First argument is expected to be an event, second argument the panel name if provided. If ref is not provided read 'data-panel' from the event target.

denehyg commented 6 years ago

Thanks @ThomasWeinert.