This commit is contained in:
Mirco Wittrien 2019-12-27 10:15:11 +01:00
parent b22b97239b
commit ca5e7fea61
2 changed files with 1 additions and 2 deletions

View File

@ -1313,7 +1313,6 @@
if ((ele = BDFDB.DOMUtils.containsClass(n, disclass) ? n : n.querySelector(dotclass)) != null) {
let ins = BDFDB.ReactUtils.getInstance(ele);
if (isCorrectInstance(ins, type)) {
if (type == "ChannelTextAreaForm") console.log("yes");
found = true;
instanceobserver.disconnect();
patchInstance(ins, type, patchtype);

File diff suppressed because one or more lines are too long