@whitesev/pops 1.7.8 → 1.7.9

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.amd.js CHANGED
@@ -8292,7 +8292,10 @@ define((function () { 'use strict';
8292
8292
  containerOptions["ulElement"].appendChild(itemLiElement);
8293
8293
  }
8294
8294
  if (typeof formConfig.afterAddToUListCallBack === "function") {
8295
- formConfig.afterAddToUListCallBack(formConfig, containerOptions);
8295
+ formConfig.afterAddToUListCallBack(formConfig, {
8296
+ ...containerOptions,
8297
+ target: itemLiElement,
8298
+ });
8296
8299
  }
8297
8300
  },
8298
8301
  /**