This commit is contained in:
Tim
2024-03-20 22:04:07 -04:00
parent 3d19e6e47c
commit 551363ccb5
3 changed files with 4 additions and 3 deletions

View File

@@ -160,6 +160,7 @@ class Shape {
setPropsIfDirty(props) {
// console.log('dirtyProps', this.props, props, dirtyProps(this.props, props))
if( dirtyProps(this.props, props) )
this.setProps(props)
}