Skip to content

Commit

Permalink
fix: disable long press context menu on iOS chorme (#1155)
Browse files Browse the repository at this point in the history
Co-authored-by: Vince Liao <vince.liao@nextbank.com.tw>
  • Loading branch information
VinceCYLiao and Vince Liao authored Apr 21, 2024
1 parent b122bb6 commit a444f6f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/css/cropper.css
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-touch-callout: none;
}

.cropper-container img {
Expand Down

0 comments on commit a444f6f

Please sign in to comment.