mirror of
https://github.com/ddworken/hishtory.git
synced 2024-12-27 17:28:52 +01: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()
|
||||
if position.IsRowSelected {
|
||||
// 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 {
|
||||
chunkStyle = chunkStyle.PaddingLeft(1)
|
||||
|
Loading…
Reference in New Issue
Block a user