@elementor/editor-components 3.35.0-400 → 3.35.0-401

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js CHANGED
@@ -2032,7 +2032,7 @@ var ComponentItem = ({ component }) => {
2032
2032
  import_ui12.ListItemButton,
2033
2033
  {
2034
2034
  draggable: true,
2035
- onDragStart: () => (0, import_editor_canvas5.startDragElementFromPanel)(componentModel),
2035
+ onDragStart: (event) => (0, import_editor_canvas5.startDragElementFromPanel)(componentModel, event),
2036
2036
  onDragEnd: handleDragEnd,
2037
2037
  shape: "rounded",
2038
2038
  sx: {