pnnl / Quality-Install-Tool

BSD 2-Clause "Simplified" License
1 stars 1 forks source link

Ch store fixes #159

Closed charliepnnl closed 1 year ago

charliepnnl commented 1 year ago

This fixes a couple of problems with the Store.

I tested by changing input values and checking that those changes did not cause extra renders since it now correctly updates the revision value. By temporarily inserting console.log's, I verified that the revisions and rendering were working as expected.

However, there is a mystery: For each update to the database, two identical on change messages are sent to our web app. Since the revision values are the same, it does no harm, but it is still a mystery.

These changes may fix some of our issues around cursor jumping, but I did not check that.

sudhacheran commented 1 year ago

Works fine with the recent changes.