Skip to content

Commit

Permalink
fix: disable callout in webkit-based browsers
Browse files Browse the repository at this point in the history
fix #1108
  • Loading branch information
fengyuanchen committed May 26, 2024
1 parent d8bd0dd commit 851bd70
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/element-canvas/src/style.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ export default `
overflow: hidden;
position: relative;
touch-action: none;
-webkit-touch-callout: none;
user-select: none;
}
Expand Down

0 comments on commit 851bd70

Please sign in to comment.