Commit 09f07e5
authored
fix: Prevent incorrect dashboard side panel close (#1372)
Closes #1324
Closes HDX-2724
This PR fixes a bug that caused the Side Panel to close when clicked when on a dashboard with more than one Search Table tile. The fix was to remove the `useClickOutside` hook in favor of Mantine's default behavior, which is to close when clicking outside the drawer.1 parent 4d1eaf1 commit 09f07e5
File tree
2 files changed
+6
-12
lines changed- .changeset
- packages/app/src/components
2 files changed
+6
-12
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
19 | 18 | | |
20 | 19 | | |
21 | 20 | | |
| |||
527 | 526 | | |
528 | 527 | | |
529 | 528 | | |
530 | | - | |
531 | | - | |
532 | | - | |
533 | | - | |
534 | | - | |
535 | | - | |
536 | 529 | | |
537 | 530 | | |
538 | 531 | | |
| |||
554 | 547 | | |
555 | 548 | | |
556 | 549 | | |
557 | | - | |
558 | | - | |
559 | | - | |
560 | | - | |
561 | | - | |
| 550 | + | |
562 | 551 | | |
563 | 552 | | |
564 | 553 | | |
| |||
0 commit comments