作者 RuoYi

删除富文本video事件

@@ -130,14 +130,14 @@ export default { @@ -130,14 +130,14 @@ export default {
130 this.quill.format("image", false); 130 this.quill.format("image", false);
131 } 131 }
132 }); 132 });
133 - toolbar.addHandler("video", (value) => {  
134 - this.uploadType = "video";  
135 - if (value) {  
136 - this.$refs.upload.$children[0].$refs.input.click();  
137 - } else {  
138 - this.quill.format("video", false);  
139 - }  
140 - }); 133 + // toolbar.addHandler("video", (value) => {
  134 + // this.uploadType = "video";
  135 + // if (value) {
  136 + // this.$refs.upload.$children[0].$refs.input.click();
  137 + // } else {
  138 + // this.quill.format("video", false);
  139 + // }
  140 + // });
141 } 141 }
142 this.Quill.pasteHTML(this.currentValue); 142 this.Quill.pasteHTML(this.currentValue);
143 this.Quill.on("text-change", (delta, oldDelta, source) => { 143 this.Quill.on("text-change", (delta, oldDelta, source) => {