Skip to content

Commit

Permalink
fix search command shortcut dialog and allow esc for hide dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
urmauur committed Jan 8, 2024
1 parent febd4e4 commit 3901280
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions web/containers/Providers/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,9 @@ const Providers = (props: PropsWithChildren) => {
return (
<PostHogProvider client={instance}>
<JotaiWrapper>
<KeyListener>
<ThemeWrapper>
{setupCore && activated && (
<ThemeWrapper>
{setupCore && activated && (
<KeyListener>
<FeatureToggleWrapper>
<EventListenerWrapper>
<TooltipProvider delayDuration={0}>
Expand All @@ -84,9 +84,9 @@ const Providers = (props: PropsWithChildren) => {
</EventListenerWrapper>
<Toaster position="top-right" />
</FeatureToggleWrapper>
)}
</ThemeWrapper>
</KeyListener>
</KeyListener>
)}
</ThemeWrapper>
</JotaiWrapper>
</PostHogProvider>
)
Expand Down

0 comments on commit 3901280

Please sign in to comment.