Skip to content

Commit

Permalink
Allow resizing of brush
Browse files Browse the repository at this point in the history
  • Loading branch information
mojaveazure committed Jul 9, 2020
1 parent 706655b commit c883ed0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/visualization.R
Original file line number Diff line number Diff line change
Expand Up @@ -2538,7 +2538,7 @@ CellSelector <- function(plot, object = NULL, ident = 'SelectedCells', ...) {
delay = 100,
delayType = 'debounce',
clip = TRUE,
resetOnNew = TRUE
resetOnNew = FALSE
)
)
),
Expand Down

0 comments on commit c883ed0

Please sign in to comment.