From 891e8aaad3b2ce6980fd44d1cf49192dca1c3c66 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期三, 23 十一月 2022 14:30:30 +0800 Subject: [PATCH] 2022-11-23 --- 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