Tommy Kjær Andersen
Tommy Kjær Andersen
I had trouble getting T3S to work, then i noticed that on a project, and found the following error in the console. ``` typescript initializing Exception in thread Thread-5: Traceback...
I have been converting a project to typescript and i noticed that i got a error because one method was not implemented on a class. But the error maker would...
Problems when running in IE 11 because of the use Object.values that creates a runtime error This could easily be mitigated by changing to ``` Object.keys(obj).map(i => obj[i]) ``` Platform...
When i try to initialize the editor without any content/value as empty string it sets the value to `\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t`. It also fires a valueChanged event with that value. If i...