Commit e1f8134
authored
fix(webapp): Removes the
There's a bug in react-window-splitter on Firefox. When trying to expand
the inspector panel in the query editor, it checks if the main panel has
space but gets an object instead of a number for the auto-sized
query-main panel. This causes the expand calculation to fail and it
snaps it back to collapsed.
I've removed this behavior for now as it's not an important feature.collapsible option from the query inspector to avoid firefox bug (#3155)1 parent 10d6f01 commit e1f8134
1 file changed
+2
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
945 | 945 | | |
946 | 946 | | |
947 | 947 | | |
948 | | - | |
949 | | - | |
950 | | - | |
| 948 | + | |
951 | 949 | | |
952 | | - | |
| 950 | + | |
953 | 951 | | |
954 | 952 | | |
955 | 953 | | |
| |||
0 commit comments