mirror of
https://github.com/logancyang/obsidian-copilot.git
synced 2026-07-22 07:50:24 +00:00
fix: adjust vertical positioning in ModelTable component (#1840)
This commit is contained in:
parent
86b7fcab88
commit
7bed022d8a
1 changed files with 1 additions and 1 deletions
|
|
@ -391,7 +391,7 @@ export const ModelTable: React.FC<ModelTableProps> = ({
|
|||
return {
|
||||
...transform,
|
||||
x: 0,
|
||||
y: currentIndex * rowHeight,
|
||||
y: 0,
|
||||
};
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue