Skip to content

Commit

Permalink
Improve click event stability
Browse files Browse the repository at this point in the history
  • Loading branch information
myles-lewis committed Oct 12, 2021
1 parent b8e32fc commit 72517d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/easylabel.R
Original file line number Diff line number Diff line change
Expand Up @@ -749,7 +749,7 @@ easylabel <- function(data, x, y,
})

# selectize genes
input_label <- reactive({input$label}) %>% debounce(200)
input_label <- reactive({input$label}) %>% debounce(500)

# Update labels from selectize
observeEvent(input_label(), {
Expand Down

0 comments on commit 72517d0

Please sign in to comment.