fix(gui): switching between tabs or closing tab performance issue

- Use a better approach to pass cell(td) element to attachment component

Signed-off-by: Pranav C <pranavxc@gmail.com>
This commit is contained in:
Pranav C
2023-04-03 21:48:57 +05:30
parent 9fbcae15a4
commit f23f454341
5 changed files with 7 additions and 46 deletions

View File

@@ -213,7 +213,7 @@ export function useViewData(
}
if (viewMeta.value?.type === ViewTypes.GRID) {
await loadAggCommentsCount()
loadAggCommentsCount()
}
}