Skip to content

Commit 9137090

Browse files
fix iconSelector issue in js
1 parent 8ef0a65 commit 9137090

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/packages/lowcoder/src/comps/controls/iconControl.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ function IconCodeEditor(props: {
165165
visible={visible}
166166
setVisible={setVisible}
167167
trigger="contextMenu"
168-
parent={document.querySelector<HTMLElement>(`${CodeEditorTooltipContainer}`)}
168+
// parent={document.querySelector<HTMLElement>(`${CodeEditorTooltipContainer}`)}
169169
searchKeywords={i18nObjs.iconSearchKeywords}
170170
/>
171171
),

0 commit comments

Comments
 (0)