Skip to content

Commit

Permalink
fix: 优化 uni-movable-view 组件鼠标显示效果
Browse files Browse the repository at this point in the history
  • Loading branch information
zhetengbiji committed Feb 18, 2020
1 parent 4182371 commit 73271e2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/core/view/components/movable-view/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ import {
Friction,
STD
} from './utils'
import {
disableScrollBounce
import {
disableScrollBounce
} from 'uni-shared'
var requesting = false
Expand Down Expand Up @@ -658,6 +658,7 @@ uni-movable-view {
top: 0px;
left: 0px;
position: absolute;
cursor: grab;
}
uni-movable-view[hidden] {
Expand Down

0 comments on commit 73271e2

Please sign in to comment.