Better, but not yet 100% working clusters, now with structure name.

This commit is contained in:
2020-02-02 22:04:02 +01:00
parent be90c9dc89
commit 3844c7025b
7 changed files with 101 additions and 40 deletions

View File

@@ -19,6 +19,8 @@ class View:
def view(self, model):
self.model = model
self.model.pre_view()
new_vdom = self._view()
patch(self.vdom, new_vdom)
self.vdom = new_vdom