zydx-plus 1.30.168 → 1.30.169

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "zydx-plus",
3
- "version": "1.30.168",
3
+ "version": "1.30.169",
4
4
  "description": "Vue.js",
5
5
  "main": "src/index.js",
6
6
  "files": [
@@ -401,8 +401,7 @@ export default {
401
401
  // 标题
402
402
  if(data.key === 'titleMenu') {
403
403
  const html = butJson(this.editor,this.menusText)[data.key].html[key.key]
404
- const r = await this.signIdData('title')
405
- if(r === -1) this.editor.chain().focus().insertContentAt(this.selection(),html).run()
404
+ this.editor.chain().focus().insertContentAt(this.selection(),html).run()
406
405
  }
407
406
  // 正文
408
407
  if(data.key === 'textMenu') {
package/src/index.js CHANGED
@@ -71,7 +71,7 @@ function install(app) {
71
71
  }
72
72
 
73
73
  export default {
74
- version: '1.30.168',
74
+ version: '1.30.169',
75
75
  install,
76
76
  Calendar,
77
77
  Message,