mirror of
https://github.com/nocodb/nocodb.git
synced 2026-05-03 18:27:00 +00:00
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:
@@ -213,7 +213,7 @@ export function useViewData(
|
||||
}
|
||||
|
||||
if (viewMeta.value?.type === ViewTypes.GRID) {
|
||||
await loadAggCommentsCount()
|
||||
loadAggCommentsCount()
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user