Skip to content

Commit

Permalink
固定裁剪框位置时图片拖动优化建议 #74 for v2
Browse files Browse the repository at this point in the history
  • Loading branch information
acccccccb committed Feb 19, 2023
1 parent 02a1afc commit b43efee
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 2 deletions.
4 changes: 4 additions & 0 deletions README-zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,10 @@ forIe9:function(){

---

#### 3.0.3

- bugfix:[#固定裁剪框位置时图片拖动优化建议 #74](/~https://github.com/acccccccb/vue-img-cutter/issues/74)

#### 2.2.5

- Bugfix:移除 template 中的 this
Expand Down
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,12 @@ ForIE9:function(){

---

[#### 2.2.6

- bugfix:[#固定裁剪框位置时图片拖动优化建议 #74](/~https://github.com/acccccccb/vue-img-cutter/issues/74)]()

---

#### 2.2.5

- Bugfix:remove this in template
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vue-img-cutter",
"version": "2.2.5",
"version": "2.2.6",
"description": "A image crop plug-in for Vue,you can use it to rotate、zoom images and cut any size",
"author": "acccccccb <tabzhang@foxmail.com>",
"private": false,
Expand Down
3 changes: 3 additions & 0 deletions src/components/ImgCutter.vue
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,9 @@
@mousemove="toolBoxMouseMove"
@mouseleave="toolBoxMouseLeave"
class="toolBoxControl"
:style="{
pointerEvents: moveAble ? 'auto' : 'none',
}"
>
<div class="toolBoxControlBox">
<div class="controlBox">
Expand Down

0 comments on commit b43efee

Please sign in to comment.