We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 431a9f0 commit 757196fCopy full SHA for 757196f
.changeset/purple-lizards-scream.md
@@ -0,0 +1,5 @@
1
+---
2
+"@hyperdx/app": patch
3
4
+
5
+close modals when bluring (dates and search hints)
packages/app/src/components/DBRowTable.tsx
@@ -860,7 +860,6 @@ export const RawLogTable = memo(
860
[styles.isTruncated]: !wrapLinesEnabled,
861
})}
862
onClick={e => {
863
- e.stopPropagation();
864
_onRowExpandClick(row.original);
865
}}
866
aria-label="View details for log entry"
packages/app/src/components/TimePicker/TimePicker.tsx
@@ -185,7 +185,6 @@ export const TimePicker = ({
185
return (
186
<Popover
187
position="bottom-start"
188
- closeOnClickOutside={false}
189
closeOnEscape
190
opened={opened}
191
onClose={close}
0 commit comments