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 8ef0a65 commit 9137090Copy full SHA for 9137090
client/packages/lowcoder/src/comps/controls/iconControl.tsx
@@ -165,7 +165,7 @@ function IconCodeEditor(props: {
165
visible={visible}
166
setVisible={setVisible}
167
trigger="contextMenu"
168
- parent={document.querySelector<HTMLElement>(`${CodeEditorTooltipContainer}`)}
+ // parent={document.querySelector<HTMLElement>(`${CodeEditorTooltipContainer}`)}
169
searchKeywords={i18nObjs.iconSearchKeywords}
170
/>
171
),
0 commit comments