fix(tui): run dialog actions without selection (#36711)

This commit is contained in:
Kit Langton 2026-07-13 15:19:40 -04:00 committed by GitHub
commit 41349ff20a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 185 additions and 22 deletions

View file

@ -217,6 +217,7 @@ function View(props: { api: TuiPluginApi }) {
{
title: "install",
command: "dialog.plugins.install",
selection: "none",
hidden: lock(),
onTrigger: () => {
showInstall(props.api)