Skip to content
This repository was archived by the owner on Feb 19, 2022. It is now read-only.
This repository was archived by the owner on Feb 19, 2022. It is now read-only.

Can't traverse using the CodeSlide extension with arrow keys.  #78

@LeonardAukea

Description

@LeonardAukea

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.

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions