fix(tui): gate slash menu to empty input

This commit is contained in:
Mario Zechner 2026-01-22 23:12:33 +01:00
parent 0f0c54b812
commit f42deae13e
2 changed files with 22 additions and 6 deletions

View file

@ -2,6 +2,10 @@
## [Unreleased]
### Fixed
- Slash command menu now only triggers when the editor input is otherwise empty ([#904](https://github.com/badlogic/pi-mono/issues/904))
## [0.49.3] - 2026-01-22
### Added