Update CharCounter.plugin.js

This commit is contained in:
Mirco Wittrien 2019-12-10 10:14:12 +01:00
parent 49185540fa
commit aace96c3ff
1 changed files with 0 additions and 1 deletions

View File

@ -130,7 +130,6 @@ class CharCounter {
processChannelTextArea (e) {
if (e.instance.props.type && this.maxLenghts[e.instance.props.type]) {
this.injectCounter(e.returnvalue, e.returnvalue.props.children, e.instance.props.type, BDFDB.dotCN.textarea, true);
console.log(e.returnvalue);
}
}