Test thing
This commit is contained in:
parent
6142a4eecd
commit
fb2ed2f016
1 changed files with 11 additions and 12 deletions
|
@ -69,7 +69,6 @@ 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