Skip to content

Commit dfcd96f

Browse files
authored
Merge pull request #41 from TomJGooding/fix-keys-disable-command-palette
fix(keys): disable command palette
2 parents 19d9a5b + d7d0051 commit dfcd96f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/textual_dev/previews/keys.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ class KeysApp(App[None], inherit_bindings=False):
3535
width: 1fr;
3636
}
3737
"""
38+
ENABLE_COMMAND_PALETTE = False
3839

3940
last_key: var[str | None] = var[Optional[str]](None)
4041

0 commit comments

Comments
 (0)