Explorar el Código

cancel == done == nothing happens

tags/v0.1.1
Garrick Aden-Buie hace 8 años
padre
commit
76435bcce4
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      R/ermoji_gadget.R

+ 1
- 1
R/ermoji_gadget.R Ver fichero

@@ -99,6 +99,6 @@ ermoji_gadget <- function() {
})
}

runGadget(ui, server, viewer = paneViewer(500))
runGadget(ui, server, viewer = paneViewer(500), stopOnCancel = FALSE)
}


Cargando…
Cancelar
Guardar