Remove event prevent and propagation from autogridlayout

This commit is contained in:
Bogdan Matei
2025-11-17 11:35:59 +02:00
parent 469883b926
commit 5ed20e7f36
@@ -136,9 +136,6 @@ export class AutoGridLayout extends SceneObjectBase<AutoGridLayoutState> impleme
return;
}
evt.preventDefault();
evt.stopPropagation();
if (!(gridItem instanceof AutoGridItem)) {
throw new Error('Dragging wrong item');
}