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 00e157a commit 27cbd0dCopy full SHA for 27cbd0d
viewer/packages/lowcoder/src/pages/editor/right/uiCompPanel.tsx
@@ -167,7 +167,7 @@ export const UICompPanel = () => {
167
>
168
<InsertContain>
169
{infos.map((info) => (
170
- <CompDiv key={info[0]} className={info[0] === "table" ? tableDragClassName : ""}>
+ <CompDiv key={info[0]} className={""}>
171
<HovDiv
172
draggable
173
onDragStart={(e) => {
0 commit comments