Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit27cbd0d

Browse files
committed
fix an error
1 parent00e157a commit27cbd0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎viewer/packages/lowcoder/src/pages/editor/right/uiCompPanel.tsx‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ export const UICompPanel = () => {
167167
>
168168
<InsertContain>
169169
{infos.map((info)=>(
170-
<CompDivkey={info[0]}className={info[0]==="table" ?tableDragClassName :""}>
170+
<CompDivkey={info[0]}className={""}>
171171
<HovDiv
172172
draggable
173173
onDragStart={(e)=>{

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp