Update CharCounter.plugin.js
This commit is contained in:
parent
38511028ab
commit
178a858854
|
@ -158,7 +158,6 @@ module.exports = (_ => {
|
|||
}
|
||||
|
||||
processChannelTextAreaContainer (e) {
|
||||
console.log(e);
|
||||
let editorContainer = BDFDB.ReactUtils.findChild(e.returnvalue, {name: "ChannelEditorContainer"});
|
||||
if (editorContainer && editorContainer.props.type && !editorContainer.props.disabled) {
|
||||
if (!BDFDB.ArrayUtils.is(e.returnvalue.props.children)) e.returnvalue.props.children = [e.returnvalue.props.children];
|
||||
|
|
Loading…
Reference in New Issue