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 })