Skip to content

Commit

Permalink
Merge branch 'master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
ykadosh committed Apr 30, 2021
2 parents 37180ad + e7e10ef commit 7a01c26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Movable/Movable.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.movable {
touch-action: none; // Needed when calling preventDefault() on touch events, see https://stackoverflow.com/a/42288386/1096470
user-select: none; // for preventing user selection when moving
user-select: none; // For preventing user selection when moving
}

0 comments on commit 7a01c26

Please sign in to comment.