mirror of
https://github.com/ddworken/hishtory.git
synced 2024-11-21 15:53:32 +01:00
Add TODO
This commit is contained in:
parent
6fb6498515
commit
1c4fe0d379
@ -655,6 +655,7 @@ func makeTable(ctx context.Context, rows []table.Row) (table.Model, error) {
|
||||
return t, nil
|
||||
}
|
||||
|
||||
// TODO: It seems like the TUI lags sometimes when deleting many entries?
|
||||
func deleteHistoryEntry(ctx context.Context, entry data.HistoryEntry) error {
|
||||
db := hctx.GetDb(ctx)
|
||||
// Delete locally
|
||||
|
Loading…
Reference in New Issue
Block a user