Skip to content

Commit

Permalink
chore: yarn build
Browse files Browse the repository at this point in the history
  • Loading branch information
gadenbuie committed Jan 22, 2025
1 parent 33d6686 commit 6c281f3
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions inst/www/shared/shiny.js
Original file line number Diff line number Diff line change
Expand Up @@ -20625,8 +20625,8 @@
var bindingsRegistry = function() {
var bindings = /* @__PURE__ */ new Map();
function checkValidity(scope) {
if (scope instanceof Text) {
scope = scope.parentElement || document.documentElement;
if (!isJQuery(scope) && !(scope instanceof HTMLElement)) {
return;
}
var duplicateIds = /* @__PURE__ */ new Map();
var problems = /* @__PURE__ */ new Set();
Expand Down
Loading

0 comments on commit 6c281f3

Please sign in to comment.