Scott Spittle

Results 4 comments of Scott Spittle

I get terrible performance expanding nodes atm with 100's of nodes. I did a bit of digging and I think it might be related to all the events being fired....

For the timebeing I wrapped the code at which this occurs in a setTimeout. ``` setTimeout(() => { //Code that triggers the error }) ```

``` @ViewChild('editor') editor; this.editor.setTheme("eclipse"); ``` This snippet it how I achieve this, it seems to work fine for me, hope that helps.