Skip to content

Commit a480a68

Browse files
authored
Bindings: Fix caching of bindings. (#31755)
1 parent 9c5ca9b commit a480a68

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/renderers/common/Bindings.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -267,6 +267,8 @@ class Bindings extends DataMap {
267267

268268
needsBindingsUpdate = true;
269269

270+
cacheBindings = false;
271+
270272
}
271273

272274
}

0 commit comments

Comments
 (0)