Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
gaeaehrlich committed May 2, 2021
2 parents cde6c9b + 7a01c26 commit 3c48f3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Movable/Movable.scss
@@ -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 3c48f3b

Please sign in to comment.