Yasir Arafat
Yasir Arafat
Hi @KarolDawidziuk , thank you for your response. Here is my working example https://ckeditor-bug-5336.000webhostapp.com/ To preproduce this issue try mobile device or browser's inspect element's responsive mode.
Thank you @KarolDawidziuk for your lovely solution with explanation. Actually I had used this like this in my config.js `CKEDITOR.editorConfig = function( config ) {` ` config.disableAutoInline = true;` `...
Hi @KarolDawidziuk, recently I have updated to '4.20.1 (Full)'' and using `CKEDITOR.disableAutoInline = true;` on my config.js file, but facing the same issue as like before. Any Solution for this?...