Skip to content

Commit

Permalink
User select
Browse files Browse the repository at this point in the history
  • Loading branch information
mfedorov committed Oct 18, 2024
1 parent 5ba0361 commit 3bcb012
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/js/themes/getStyle.js
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,8 @@ const getDefaultThemeStyling = theme => {
borderRadius: constants.objectSizeBorderRadius,
fontStyle: constants.objectSizeFontStyle,
margin: constants.objectSizeMargin,
cursor: 'default'
cursor: 'default',
userSelect: 'none',
},
'data-type-label': {
fontSize: constants.dataTypeFontSize,
Expand Down

0 comments on commit 3bcb012

Please sign in to comment.