Skip to content

Commit

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

---

#### 3.0.3

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

---

#### 3.0.2

- bugfix:[#note_11139264](https://gitee.com/GLUESTICK/vue-img-cutter#note_11139264)
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,10 @@ ForIE9:function(){

### Update log:

#### 3.0.3

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

#### 3.0.2

- bugfix:[#note_11139264](https://gitee.com/GLUESTICK/vue-img-cutter#note_11139264)
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 1cfb82c

Please sign in to comment.