Revert
This commit is contained in:
parent
fb2ed2f016
commit
21ccbdb357
1 changed files with 12 additions and 11 deletions
|
@ -69,6 +69,7 @@ class AbstractLight:
|
|||
self._enable_auto_update: bool = False
|
||||
|
||||
for key, rValueObject in self.__class__.__dict__.items():
|
||||
if isinstance(rValueObject, BaseReactiveValue):
|
||||
# On copie la valeur
|
||||
val = deepcopy(rValueObject.value)
|
||||
if isinstance(val, ReactiveMixin):
|
||||
|
|
Loading…
Reference in a new issue