We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5506fe9 commit 8776770Copy full SHA for 8776770
js/src/_base/Three.js
@@ -440,7 +440,7 @@ class ThreeModel extends widgets.WidgetModel {
440
toSet[propName] = converterFn.bind(this)(this.obj[propName], propName);
441
}, this);
442
443
- if (toSet) {
+ if (Object.keys(toSet).length) {
444
// Apply all direct changes at once
445
this.set(toSet, 'pushFromThree');
446
}
0 commit comments