mirror of
https://github.com/ddworken/hishtory.git
synced 2025-01-11 16:58:47 +01:00
Remove TODO that is out of date
This commit is contained in:
parent
f3c8ecc9e6
commit
a6e6f6504c
@ -680,7 +680,6 @@ func makeTable(ctx context.Context, rows []table.Row) (table.Model, error) {
|
|||||||
return t, nil
|
return t, nil
|
||||||
}
|
}
|
||||||
|
|
||||||
// TODO: It seems like the TUI lags sometimes when deleting many entries?
|
|
||||||
func deleteHistoryEntry(ctx context.Context, entry data.HistoryEntry) error {
|
func deleteHistoryEntry(ctx context.Context, entry data.HistoryEntry) error {
|
||||||
db := hctx.GetDb(ctx)
|
db := hctx.GetDb(ctx)
|
||||||
// Delete locally
|
// Delete locally
|
||||||
|
Loading…
Reference in New Issue
Block a user