Skip to content

Storyboard menu disappears on click #329

Description

@cpsievert

Introduced by #308 (i.e., regression from currenlt CRAN version). Interestingly appears to only be an issue for runtime: shiny

---
title: "Flexdashboard theming demo"
runtime: shiny
output: 
  flexdashboard::flex_dashboard:
    orientation: rows
---

Storyboard {.storyboard}
=========================================

### Plot 1

```{r}
library(ggplot2)
renderPlot(qplot(1:10))
```

*** 

Click on plot 2 story

### Plot 2

```{r}
renderPlot(qplot(1:10))
```

*** 

Storyboard disappears!
```

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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