Merge branch 'master' into deploy
This commit is contained in:
		@@ -157,8 +157,13 @@ export default {
 | 
			
		||||
      })
 | 
			
		||||
    },
 | 
			
		||||
    destroyTinymce() {
 | 
			
		||||
      if (window.tinymce.get(this.tinymceId)) {
 | 
			
		||||
        window.tinymce.get(this.tinymceId).destroy()
 | 
			
		||||
      const tinymce = window.tinymce.get(this.tinymceId)
 | 
			
		||||
      if (this.fullscreen) {
 | 
			
		||||
        tinymce.execCommand('mceFullScreen')
 | 
			
		||||
      }
 | 
			
		||||
 | 
			
		||||
      if (tinymce) {
 | 
			
		||||
        tinymce.destroy()
 | 
			
		||||
      }
 | 
			
		||||
    },
 | 
			
		||||
    setContent(value) {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user