mirror of
https://github.com/nocodb/nocodb.git
synced 2026-05-04 05:16:59 +00:00
when delete or update uidt single select, remove the row coloring
This commit is contained in:
@@ -21,6 +21,8 @@ const column = computed<ColumnType>(() => {
|
||||
return menuColumn?.value || canvasColumn?.value
|
||||
})
|
||||
|
||||
const { eventBus } = useSmartsheetStoreOrThrow()
|
||||
|
||||
const meta = inject(MetaInj, ref())
|
||||
|
||||
const { getMeta } = useMetas()
|
||||
@@ -84,6 +86,7 @@ const onDelete = async () => {
|
||||
metaId: meta.value?.id as string,
|
||||
columnIds: new Set([column.value.id as string]),
|
||||
})
|
||||
eventBus.emit(SmartsheetStoreEvents.FIELD_UPDATE)
|
||||
|
||||
$e('a:column:delete')
|
||||
visible.value = false
|
||||
|
||||
Reference in New Issue
Block a user