zydx-plus 1.33.446 → 1.33.447

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.33.446",
3
+ "version": "1.33.447",
4
4
  "description": "Vue.js",
5
5
  "main": "src/index.js",
6
6
  "files": [
@@ -537,6 +537,7 @@ export default {
537
537
  this.top = e.clientY - this.topOffset;
538
538
  },
539
539
  mouseup(e) {
540
+ console.log(stayTime)
540
541
  clearInterval(timer)
541
542
  if (stayTime <= 100 && this.pressDown) { // 如果小于100就是点击事件
542
543
  if (!this.toolArr[this.toolIndex]) {
@@ -188,7 +188,7 @@ export default {
188
188
  this.styleProps('text', 'color').defaultValue = v?.color ?? 'black'
189
189
  this.styleProps('text', 'size').defaultValue = v?.size ?? 'm'
190
190
  this.styleProps('text', 'font').defaultValue = v?.font ?? 'draw' //['draw', 'sans', 'serif', 'mono']
191
- this.styleProps('text', 'align').defaultValue = v?.align ?? 'start'
191
+ // this.styleProps('text', 'align').defaultValue = v?.align ?? 'start'
192
192
  editorAPP.setCurrentTool('text')
193
193
  },
194
194
  note(v) {
package/src/index.js CHANGED
@@ -83,7 +83,7 @@ function install(app) {
83
83
  }
84
84
 
85
85
  export default {
86
- version: '1.33.446',
86
+ version: '1.33.447',
87
87
  install,
88
88
  Calendar,
89
89
  Message,