Skip to content

Commit

Permalink
fix: should dismiss when outside (quick new panel)
Browse files Browse the repository at this point in the history
Signed-off-by: Innei <i@innei.in>
  • Loading branch information
Innei committed Aug 2, 2024
1 parent c372270 commit 675ac84
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/renderer/src/modules/panel/cmdn.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ export const CmdNTrigger = () => {
content: CmdNPanel,
CustomModalComponent: NoopChildren,
overlay: false,
clickOutsideToDismiss: true,
})
},
{ scopes: HotKeyScopeMap.Home },
Expand Down

0 comments on commit 675ac84

Please sign in to comment.