From 3bcb012eab9a41388735ac454e8d12c9f670fc50 Mon Sep 17 00:00:00 2001 From: mfedorov Date: Fri, 18 Oct 2024 05:00:00 +0400 Subject: [PATCH] User select --- src/js/themes/getStyle.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/js/themes/getStyle.js b/src/js/themes/getStyle.js index 8373d318..af499ffa 100644 --- a/src/js/themes/getStyle.js +++ b/src/js/themes/getStyle.js @@ -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,