Allow global commands to be invoked from the command palette via URL (#6973)

This commit is contained in:
Frank Noirot
2025-05-17 07:51:25 -04:00
committed by GitHub
parent d768073d17
commit 7d2c1061ba
8 changed files with 193 additions and 99 deletions

View File

@ -32,6 +32,7 @@ export const CommandBar = () => {
: Dialog
// Close the command bar when navigating
// but importantly not when the query parameters change
useEffect(() => {
if (commandBarState.matches('Closed')) return
commandBarActor.send({ type: 'Close' })