Robin
Robin
Since it seems to be an angular limitation, one way to partially solve this would be to give an optional `@Input` parameter to delay the destruction of the TinyMce editor...
For reference, here is how a similar issue was fixed by another dev. https://github.com/telerik/kendo-angular/issues/1018#issuecomment-589167663
@SimonFc even though what you propose works, I don't think it is applicable to router animations. **Edit:** as explained in the link above, Angular takes care of clearing the dom,...
I implemented your solution and it indeed does not work for router animations.
@Webbanditten could you please share the code you wrote that fixes the problem?
@segunadebayo please consider the request above.
Same problem, no error, just downloading 1 file every 10 seconds or so. ``` [debug] > PASV [debug] < '227 Entering Passive Mode (185,216,26,23,117,96).\r\n' [debug] > RETR /path/to/file.json [debug] <...
@reblace One solution is to fork leaflet and modify the code so that the compiler does not discard one of the instruction responsible for the animation. I have tested and...