Closed chinnkou closed 7 years ago
I can't input "+", and found the below code in rich_editor.js
RE.setHtml = function(contents) { RE.editor.innerHTML = decodeURIComponent(contents.replace(/+/g, '%20')); }
why replace "+"?
This is an issue for android.
I can't input "+", and found the below code in rich_editor.js
why replace "+"?