From 0e76431e5bc06a60c8103b39aa3b26f05bb2b810 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期四, 24 十一月 2022 16:38:02 +0800 Subject: [PATCH] Merge branch 'develop' --- src/menu/pastecontroller/index.jsx | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/menu/pastecontroller/index.jsx b/src/menu/pastecontroller/index.jsx index 7c21f66..800bec8 100644 --- a/src/menu/pastecontroller/index.jsx +++ b/src/menu/pastecontroller/index.jsx @@ -64,7 +64,7 @@ if (appType === 'mob') { options.push('menubar', 'topbar') } else { - options.push('editable') + options.push('editable', 'antvG6') } this.pasteFormRef.handleConfirm().then(res => { -- Gitblit v1.8.0