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 5a8f5ba commit c32b01dCopy full SHA for c32b01d
client/packages/lowcoder/src/layout/gridItem.tsx
@@ -141,9 +141,7 @@ export function GridItem(props: GridItemProps) {
141
onDrag={onDrag}
142
onDragEnd={onDragEnd}
143
onMouseDown={(e) => {
144
- if (isDraggable) {
145
- e.stopPropagation();
146
- }
+ e.stopPropagation();
147
const event = new MouseEvent("mousedown");
148
document.dispatchEvent(event);
149
}}
0 commit comments