Skip to content

Commit 16a2327

Browse files
committed
do not clear text box when resetting formula
1 parent 6ab732b commit 16a2327

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

inst/shiny/server.R

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -643,7 +643,6 @@ observe({
643643
if(input$resetformulaButton==0) {return()}
644644
isolate({
645645
values$input_termslist <- list()
646-
updateTextInput(session, inputId='terms', value='')
647646
})
648647
})
649648

0 commit comments

Comments
 (0)