You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 7, 2020. It is now read-only.
I noticed that the Paper UI no longer displays decimals places.
This bug was introduced in #2628:
The PR added the handling of the statechanged event, but it ignores the fact, that the statechangedevent is not unique to the Rollershutter type and therefore parsing all DecimalType and PercentType using parseInt.
Please correct me if i am wrong, but I do not see a real use case for the statechanged event and therefore would simply delete the event listener, thus preventing it from overwriting the state properly handled by the state event.
The text was updated successfully, but these errors were encountered:
I noticed that the Paper UI no longer displays decimals places.
This bug was introduced in #2628:
The PR added the handling of the
statechanged
event, but it ignores the fact, that thestatechanged
event is not unique to the Rollershutter type and therefore parsing all DecimalType and PercentType usingparseInt
.Please correct me if i am wrong, but I do not see a real use case for the
statechanged
event and therefore would simply delete the event listener, thus preventing it from overwriting the state properly handled by thestate
event.The text was updated successfully, but these errors were encountered: