Skip to content

Commit

Permalink
fix: do not blink limit input cursor in tests (#360)
Browse files Browse the repository at this point in the history
  • Loading branch information
tconbeer authored Dec 15, 2023
1 parent ac706f8 commit 2fb553f
Show file tree
Hide file tree
Showing 5 changed files with 94 additions and 68 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@ All notable changes to this project will be documented in this file.

## [Unreleased]

### Bug Fixes

- Fixes an issue where completions were truncated improperly in the autocomplete menu.

### Testing

- Prevents limit input cursor blink when running tests in headless mode, for less flaky tests.

## [1.7.2] - 2023-12-14

### Features
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ lint:

.PHONY: serve
serve:
textual run --dev -c harlequin f1.db
textual run --dev -c harlequin

.PHONY: sqlite
sqlite:
Expand Down
Loading

0 comments on commit 2fb553f

Please sign in to comment.