The user wants to be able to create and edit an explanation in an Act/Fact/Duty/FlintSource
Description
The bug consists of the UI freezing while editing the explanation field. This is because the string property is directly linked to a Root Node. When the property changes (which is with every key stroke) every Root Node in the model is refreshed. This causes the UI to freeze when the model exceeds ca. 1300 Root Nodes
Workaround
Currently the only workaround for this issue is decreasing the amount of nodes, sadly this is not feasible. This issue should be fixed with completing either #148 or #186
Bug
User story
The user wants to be able to create and edit an explanation in an Act/Fact/Duty/FlintSource
Description
The bug consists of the UI freezing while editing the explanation field. This is because the string property is directly linked to a Root Node. When the property changes (which is with every key stroke) every Root Node in the model is refreshed. This causes the UI to freeze when the model exceeds ca. 1300 Root Nodes
Workaround
Currently the only workaround for this issue is decreasing the amount of nodes, sadly this is not feasible. This issue should be fixed with completing either #148 or #186