移除测试代码

This commit is contained in:
fan
2021-02-09 15:54:45 +08:00
parent 20442cb878
commit 5d53ee6b41
11 changed files with 10678 additions and 6859 deletions
+3 -2
View File
@@ -582,7 +582,9 @@ export default {
lastContentRender(message) {
if (!isFunction(lastContentRender[message.type])) {
console.error(
`not found '${message.type}' of the latest message renderer,try to use setLastContentRender()`,
`not found '${
message.type
}' of the latest message renderer,try to use setLastContentRender()`,
);
return "";
}
@@ -662,7 +664,6 @@ export default {
if (this.currentContactId) {
const editorValue = clearHtmlExcludeImg(this.getEditorValue()).trim();
if (editorValue) {
alert(editorValue);
this.setDraft(this.currentContactId, editorValue);
this.setEditorValue();
} else {