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 9810150 commit 4335b1eCopy full SHA for 4335b1e
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