Ver código fonte

Start regex_gadget with text=NULL if nothing selected

tags/v0.1.0^2
Garrick Aden-Buie 8 anos atrás
pai
commit
b6c339715d
1 arquivos alterados com 1 adições e 1 exclusões
  1. +1
    -1
      R/regex_gadget.R

+ 1
- 1
R/regex_gadget.R Ver arquivo

@@ -27,7 +27,7 @@ regexplain_addin <- function() {
},
error = function(e) {as.character(ctx_text)})

regex_gadget(obj)
regex_gadget(if (length(obj) && obj != "") obj)

}


Carregando…
Cancelar
Salvar