mirror of
https://github.com/VisActor/VTable
synced 2024-11-21 17:40:10 +00:00
fix: fix cell border dash update #2818
This commit is contained in:
parent
885d1c1943
commit
92471c03b9
@ -0,0 +1,10 @@
|
||||
{
|
||||
"changes": [
|
||||
{
|
||||
"packageName": "@visactor/vtable",
|
||||
"comment": "fix: fix cell border dash update #2818",
|
||||
"type": "none"
|
||||
}
|
||||
],
|
||||
"packageName": "@visactor/vtable"
|
||||
}
|
@ -531,6 +531,7 @@ export function updateCell(col: number, row: number, table: BaseTableAPI, addNew
|
||||
strokeArrayColor: (cellTheme?.group as any)?.strokeArrayColor ?? undefined,
|
||||
cursor: (cellTheme?.group as any)?.cursor ?? undefined,
|
||||
cornerRadius: cellTheme?.group?.cornerRadius ?? 0,
|
||||
lineDash: cellTheme?.group?.lineDash ?? undefined,
|
||||
|
||||
y: table.scenegraph.getCellGroupY(row)
|
||||
} as any);
|
||||
|
Loading…
Reference in New Issue
Block a user