From 05eada1e66951fbb4d388518206c6f5adc93841c Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期五, 15 三月 2024 22:09:20 +0800 Subject: [PATCH] 2024-03-15 --- src/tabviews/basetable/index.jsx | 11 +++++++++++ 1 files changed, 11 insertions(+), 0 deletions(-) diff --git a/src/tabviews/basetable/index.jsx b/src/tabviews/basetable/index.jsx index 83f496c..0ca4327 100644 --- a/src/tabviews/basetable/index.jsx +++ b/src/tabviews/basetable/index.jsx @@ -410,9 +410,20 @@ } } + if (cell.linkmenu && cell.linkmenu.length > 0) { + let menu_id = cell.linkmenu.pop() + cell.linkThdMenu = window.GLOB.mkThdMenus.get(menu_id) || '' + if (!cell.linkThdMenu) { + cell.link = '' + } + } + if (cell.marks && cell.marks.length === 0) { cell.marks = null } + if (cell.anchors && cell.anchors.length === 0) { + cell.anchors = null + } return true }) -- Gitblit v1.8.0