mirror of
https://github.com/rstudio/shiny.git
synced 2026-04-07 03:00:20 -04:00
Remove unnecessary namespace
This commit is contained in:
@@ -1779,7 +1779,7 @@ isNullEvent <- function(value) {
|
||||
#' }
|
||||
#'
|
||||
#' @export
|
||||
debounce <- function(r, millis, domain = shiny::getDefaultReactiveDomain()) {
|
||||
debounce <- function(r, millis, domain = getDefaultReactiveDomain()) {
|
||||
|
||||
# TODO: make a nice label for the observer(s)
|
||||
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
\alias{throttle}
|
||||
\title{Slow down a reactive expression with debounce/throttle}
|
||||
\usage{
|
||||
debounce(r, millis, domain = shiny::getDefaultReactiveDomain())
|
||||
debounce(r, millis, domain = getDefaultReactiveDomain())
|
||||
|
||||
throttle(r, millis, domain = getDefaultReactiveDomain())
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user