Jinntec / Fore

Fore - declarative user interfaces in plain HTML
MIT License
82 stars 11 forks source link

Fix race with sub-fores #232

Closed DrRataplan closed 11 months ago

DrRataplan commented 11 months ago

Sometimes 'updateWidgetValue' could cause a dirty read, if it is done too early. This makes sure we have no dirty reads