Hi
thanks for the fix, but I think there is something wrong in it :
My node text : '<img src="sss" onerror="alert()" /> Music'
Now there is no alert anymore : that's ok, but... In the browser console, there is an error : GET http://xxx:4200/sss 404 not found
In the tree component, my text node is not <img src="sss" onerror="alert()" /> Music but <img src="sss"> Music.
I think there is something wrong, it's better but not totaly corrected.
regards