aharui commented on issue #873: URL: https://github.com/apache/royale-asjs/issues/873#issuecomment-650981053
I added an mx:TinyEditor you can try as a replacement for mx:RichTextEditor. To use it you must get the latest compiler. Also, you will need to run in some folder `npm init` `npm install tiny-editor --save` Then after building your Royale app, copy the node_modules folder to appropriate bin/js-debug folder so it ends up as bin/js-debug/node_modules. It may not work on IE11. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
