From 669839c40c0080786cefa6a8e62d3ada68a39b8e Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期二, 14 六月 2022 14:10:50 +0800 Subject: [PATCH] 2022-06-14 --- src/tabviews/custom/index.jsx | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/src/tabviews/custom/index.jsx b/src/tabviews/custom/index.jsx index 226bea5..1273078 100644 --- a/src/tabviews/custom/index.jsx +++ b/src/tabviews/custom/index.jsx @@ -731,6 +731,7 @@ balMap.set(item.wrap.syncModuleId, true) } else if (item.wrap.linkType === 'sup') { item.wrap.supModule = item.wrap.supModule.pop() + item.setting.supModule = item.wrap.supModule } item.elements = item.elements.filter(cell => { if (cell.eleType === 'button') { -- Gitblit v1.8.0