Skip to content
Snippets Groups Projects
Commit a199d373 authored by David Bühler's avatar David Bühler
Browse files

[ivette] ASTview: fixes the update of property status bullets.

parent 8f437b47
No related branches found
No related tags found
No related merge requests found
......@@ -203,6 +203,7 @@ export default function ASTview(): JSX.Element {
}, [buffer, theFunction, propertyStatus, statusDict]);
React.useEffect(() => {
setBullets();
buffer.on('change', setBullets);
return () => { buffer.off('change', setBullets); };
}, [buffer, setBullets]);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment