From 57ce2664b490bd85ed60b0482e757f7365eb8267 Mon Sep 17 00:00:00 2001 From: leezng Date: Tue, 28 Nov 2023 18:15:20 +0800 Subject: [PATCH] fix: Line numbers are included when selecting JSON content in the view #256 --- src/components/TreeNode/styles.less | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/TreeNode/styles.less b/src/components/TreeNode/styles.less index e70075c..6748a73 100644 --- a/src/components/TreeNode/styles.less +++ b/src/components/TreeNode/styles.less @@ -41,6 +41,7 @@ position: absolute; right: 100%; margin-right: 4px; + user-select: none; } .@{css-prefix}-colon {