perf[Tinymce]: remove useless code (#3295)
							parent
							
								
									7c06214190
								
							
						
					
					
						commit
						fe22b3cd94
					
				| 
						 | 
				
			
			@ -204,10 +204,7 @@ export default {
 | 
			
		|||
      window.tinymce.get(this.tinymceId).getContent()
 | 
			
		||||
    },
 | 
			
		||||
    imageSuccessCBK(arr) {
 | 
			
		||||
      const _this = this
 | 
			
		||||
      arr.forEach(v => {
 | 
			
		||||
        window.tinymce.get(_this.tinymceId).insertContent(`<img class="wscnph" src="${v.url}" >`)
 | 
			
		||||
      })
 | 
			
		||||
      arr.forEach(v => window.tinymce.get(this.tinymceId).insertContent(`<img class="wscnph" src="${v.url}" >`))
 | 
			
		||||
    }
 | 
			
		||||
  }
 | 
			
		||||
}
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue