tweak
diff --git a/src/common/i18n.js b/src/common/i18n.js
index f7389f6..a8a42df 100644
--- a/src/common/i18n.js
+++ b/src/common/i18n.js
@@ -8,7 +8,7 @@
errorInEditor: 'Errors exist in code!',
infiniteLoopInEditor: 'Potential infinite loops exist in code!',
potentialRedirectionInEditor: 'Potential redirection exists in code!',
- chartOK: 'Chart has been generated successfully, ',
+ chartOK: 'Chart has been generated in ',
darkMode: 'Dark Mode',
enableDecal: 'Decal Pattern',
diff --git a/src/editor/Editor.vue b/src/editor/Editor.vue
index ba10185..b852b9d 100644
--- a/src/editor/Editor.vue
+++ b/src/editor/Editor.vue
@@ -935,6 +935,7 @@
#editor-control-panel,
#full-code-generate-config {
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
+ user-select: none;
}
#option-outline {