Remove event prevent and propagation from autogridlayout
This commit is contained in:
@@ -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');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user