From c3e1021b016820b495d46ce398b68b5e9f609d53 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期一, 14 八月 2023 13:57:27 +0800 Subject: [PATCH] Merge branch 'develop' --- src/tabviews/subtabtable/index.jsx | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/src/tabviews/subtabtable/index.jsx b/src/tabviews/subtabtable/index.jsx index 8e47675..878eeba 100644 --- a/src/tabviews/subtabtable/index.jsx +++ b/src/tabviews/subtabtable/index.jsx @@ -199,6 +199,8 @@ item.$menuId = this.props.MenuID item.$old = true + if (item.OpenType === 'popview') return + if (item.controlField) { if (/,/ig.test(item.controlVal)) { item.controlVals = item.controlVal.split(',') -- Gitblit v1.8.0