mirror of
https://github.com/ddworken/hishtory.git
synced 2025-06-25 14:32:14 +02:00
Delete deprecated function usage
This commit is contained in:
parent
6fd624f32c
commit
7e327346f9
@ -736,7 +736,7 @@ func makeTable(ctx context.Context, shellName string, rows []table.Row) (table.M
|
|||||||
chunkStyle := lipgloss.NewStyle()
|
chunkStyle := lipgloss.NewStyle()
|
||||||
if position.IsRowSelected {
|
if position.IsRowSelected {
|
||||||
// Apply the selected style as the base style if this is the highlighted row of the table
|
// Apply the selected style as the base style if this is the highlighted row of the table
|
||||||
chunkStyle = s.Selected.Copy()
|
chunkStyle = s.Selected
|
||||||
}
|
}
|
||||||
if isLeftMost {
|
if isLeftMost {
|
||||||
chunkStyle = chunkStyle.PaddingLeft(1)
|
chunkStyle = chunkStyle.PaddingLeft(1)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user