We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7d30aa commit feaf6f2Copy full SHA for feaf6f2
1 file changed
editor/js/text/bidi.js
@@ -64,7 +64,6 @@ RED.text.bidi = (function() {
64
}
65
66
function onInputChange() {
67
- console.log("ic");
68
$(this).attr("dir", resolveBaseTextDir($(this).val()));
69
70
0 commit comments