Skip to content

Commit 18d16ff

Browse files
committed
don't turn off the portal
1 parent 77c23bf commit 18d16ff

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

packages/compass-components/src/components/document-list/element-editors.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,6 @@ export const KeyEditor: React.FunctionComponent<{
8080
<Tooltip
8181
darkMode
8282
enabled={!valid}
83-
usePortal={false}
8483
trigger={({
8584
className,
8685
// Having a tooltip connected to the input elements is not the most
@@ -223,7 +222,6 @@ export const ValueEditor: React.FunctionComponent<{
223222
<Tooltip
224223
darkMode
225224
enabled={!valid}
226-
usePortal={false}
227225
trigger={({
228226
className,
229227
children,

0 commit comments

Comments
 (0)