Skip to content
This repository was archived by the owner on Feb 24, 2023. It is now read-only.

Commit ff7cb4c

Browse files
Fix ghost image when swiping
Closes #156
1 parent 6faedcb commit ff7cb4c

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-agile",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"description": "A carousel component for Vue.js",
55
"author": "Łukasz Florczak <[email protected]>",
66
"scripts": {

src/Agile.vue

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -383,6 +383,8 @@
383383
display: block;
384384
flex-grow: 1;
385385
flex-shrink: 0;
386+
387+
-webkit-user-drag: none;
386388
}
387389
388390
.agile--fade .agile__slide {

0 commit comments

Comments
 (0)