Merge branch 'wch/redundant-setinput'

This commit is contained in:
Winston Chang
2017-02-28 09:23:17 -06:00
2 changed files with 2 additions and 4 deletions

View File

@@ -160,10 +160,6 @@ function initShiny() {
binding: binding,
bindingType: 'input'
});
if (shinyapp.isConnected()) {
valueChangeCallback(binding, el, false);
}
}
}