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 443465e commit 5ba0361
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 @@ -156,7 +156,8 @@ const getDefaultThemeStyling = theme => {
'data-type-label': {
fontSize: constants.dataTypeFontSize,
marginRight: constants.dataTypeMarginRight,
opacity: constants.datatypeOpacity
opacity: constants.datatypeOpacity,
userSelect: 'none',
},
boolean: {
display: 'inline-block',
Expand Down

0 comments on commit 5ba0361

Please sign in to comment.