This is an automated email from the ASF dual-hosted git repository.

wangzx pushed a commit to branch gh-pages
in repository https://gitbox.apache.org/repos/asf/echarts-examples.git


The following commit(s) were added to refs/heads/gh-pages by this push:
     new 1149969c tweak
1149969c is described below

commit 1149969cb249ff0469dfdc714e1e3f72d6ceac2f
Author: plainheart <[email protected]>
AuthorDate: Tue Jun 18 10:00:19 2024 +0800

    tweak
---
 src/common/i18n.js    | 2 +-
 src/editor/Editor.vue | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/common/i18n.js b/src/common/i18n.js
index f7389f65..a8a42dfc 100644
--- a/src/common/i18n.js
+++ b/src/common/i18n.js
@@ -8,7 +8,7 @@ export default {
       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 ba101851..b852b9d3 100644
--- a/src/editor/Editor.vue
+++ b/src/editor/Editor.vue
@@ -935,6 +935,7 @@ $handler-width: 15px;
 #editor-control-panel,
 #full-code-generate-config {
   box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
+  user-select: none;
 }
 
 #option-outline {


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to