theia-ide / sprotty

A next-gen web-based graphics framework
Apache License 2.0
138 stars 23 forks source link

Make VNodeDecorators injectable #27

Closed spoenemann closed 7 years ago

spoenemann commented 7 years ago

The Viewer currently creates its decorators via constructor. It should inject them in some way.

JanKoehnlein commented 7 years ago

Done