Open mlewand opened 3 years ago
There's this fancy extension called Refined GitHub I noticed it tends to cause crashes in GH Writer.
For example, there's a simple repro case:
https://github.com/ckeditor/ckeditor5/blob/master/packages/ckeditor5-basic-styles/src/bold.js
An exception is thrown and editor crashes. It happens due to the fact that Refined GH attempts to make a fancier link by default.
To mitigate it one should go to Refined GH settings and disable shorten-links feature.
shorten-links
Did you have a chance to report it to Refined GitHub as well? They should probably not interfere when pasting into anything which is not the original GH textarea.
There's this fancy extension called Refined GitHub I noticed it tends to cause crashes in GH Writer.
For example, there's a simple repro case:
https://github.com/ckeditor/ckeditor5/blob/master/packages/ckeditor5-basic-styles/src/bold.js
An exception is thrown and editor crashes. It happens due to the fact that Refined GH attempts to make a fancier link by default.
To mitigate it one should go to Refined GH settings and disable
shorten-links
feature.