Skip to content

Commit

Permalink
Update component.go
Browse files Browse the repository at this point in the history
  • Loading branch information
maxence-charriere committed Aug 11, 2022
1 parent 245d746 commit 8929c1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/app/component.go
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,7 @@ func (c *Compo) updateWith(v UI) error {
Tag("new", reflect.TypeOf(v))
}

defer c.getDispatcher().preventComponentUpdate(c.this)
// defer c.getDispatcher().preventComponentUpdate(c.this)

aval := reflect.Indirect(reflect.ValueOf(c.self()))
bval := reflect.Indirect(reflect.ValueOf(v))
Expand Down

0 comments on commit 8929c1e

Please sign in to comment.