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 77c23bf commit 18d16ffCopy full SHA for 18d16ff
packages/compass-components/src/components/document-list/element-editors.tsx
@@ -80,7 +80,6 @@ export const KeyEditor: React.FunctionComponent<{
80
<Tooltip
81
darkMode
82
enabled={!valid}
83
- usePortal={false}
84
trigger={({
85
className,
86
// Having a tooltip connected to the input elements is not the most
@@ -223,7 +222,6 @@ export const ValueEditor: React.FunctionComponent<{
223
222
224
225
226
227
228
229
children,
0 commit comments