Re-enable item selection

This commit is contained in:
Veronica Berglyd Olsen
2024-11-17 22:41:45 +01:00
parent ef42e1956c
commit 7991b9b27c
3 changed files with 152 additions and 81 deletions
+4
View File
@@ -98,6 +98,10 @@ class NWTree:
def model(self) -> ProjectModel:
return self._model
@property
def nodes(self) -> dict[str, ProjectNode]:
return self._nodes
##
# Class Methods
##