polarvo-layout 1.0.24 → 1.0.25

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "polarvo-layout",
3
- "version": "1.0.24",
3
+ "version": "1.0.25",
4
4
  "type": "module",
5
5
  "author": "unigence <unigencelab@gmail.com>",
6
6
  "repository": {
@@ -337,10 +337,10 @@ class GridDropEngine {
337
337
  isLocked: false,
338
338
  };
339
339
 
340
- this.setActiveElement(element, 'add');
340
+ this.setActiveElement(null, 'add');
341
341
 
342
342
  this.eventBus.emit('gridDrop:requestAddElement', {
343
- element: this._activeElement,
343
+ element: element,
344
344
  timestamp: Date.now(),
345
345
  });
346
346
  }