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

Commitc32b01d

Browse files
authored
Revert "Fix kanban draggable bug"
1 parent5a8f5ba commitc32b01d

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

‎client/packages/lowcoder/src/layout/gridItem.tsx‎

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -141,9 +141,7 @@ export function GridItem(props: GridItemProps) {
141141
onDrag={onDrag}
142142
onDragEnd={onDragEnd}
143143
onMouseDown={(e)=>{
144-
if(isDraggable){
145-
e.stopPropagation();
146-
}
144+
e.stopPropagation();
147145
constevent=newMouseEvent("mousedown");
148146
document.dispatchEvent(event);
149147
}}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp