src/tabviews/zshare/topSearch/index.jsx
@@ -423,6 +423,12 @@ _item.$value = cell[item.cardValField] _item = {..._item, ...cell} if (item.urlField) { _item.$url = cell[item.urlField] || '' } else if (item.colorField) { _item.$color = cell[item.colorField] || '' } if (map.has(_item.ParentID + _item.$value)) return map.set(_item.ParentID + _item.$value, 0)