[Draft] fix #8433 regression (#8452)

This commit is contained in:
Roy-043
2023-02-12 14:22:52 +01:00
committed by GitHub
parent 5cb420048b
commit d4e76f9c07

View File

@@ -64,6 +64,7 @@ class Array(DraftLink):
super(Array, self).attach(obj)
def onDocumentRestored(self, obj):
super(Array, self).onDocumentRestored(obj)
if hasattr(obj, "Count"):
return
self.update_properties_0v21(obj)