Hi, I'm unable to traverse the CodeSlide extension with the arrow keys. Is there something that I'm missing? I'm using the spectacle mdx boilerplate. ```mdx import CodeSlide from 'spectacle-code-slide'; --- <CodeSlide transition={[]} lang="python" code={require("raw-loader!../assets/code.py")} ranges={[ { loc: [0, 1], title: "Finally, some code" }, { loc: [1, 3], title: "The Beginning" }, { loc: [3, 5] }, { loc: [1, 2], note: "Heres a note!" }, { loc: [2, 3] }, { loc: [4, 7] }, ]}/> --- ``` It compiles and the slide is shown but none of the traversing functionality seems to work.
Hi, I'm unable to traverse the CodeSlide extension with the arrow keys. Is there something that I'm missing? I'm using the spectacle mdx boilerplate.
It compiles and the slide is shown but none of the traversing functionality seems to work.