@novely/core 0.43.0 → 0.44.0

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
@@ -964,7 +964,8 @@ var handleCustomAction = (ctx, fn, { lang, state, setMountElement, setClear, rem
964
964
  remove,
965
965
  rendererContext: ctx,
966
966
  getDomNodes,
967
- getPath
967
+ getPath,
968
+ contextKey: ctx.id
968
969
  });
969
970
  };
970
971