Closed mosmuell closed 1 year ago
Only the properties decorated with @load_state could be changes through the frontend. This PR moves the check of the decorator into the load_state method of the StateManager and fixes the bug.
load_state
StateManager
Only the properties decorated with @load_state could be changes through the frontend. This PR moves the check of the decorator into the
load_state
method of theStateManager
and fixes the bug.