@lvce-editor/renderer-process 20.3.0 → 20.4.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.
@@ -889,6 +889,8 @@ const getEventListenerArg = (param, event) => {
889
889
  return event.shiftKey;
890
890
  case 'event.target.className':
891
891
  return event.target.className;
892
+ case 'event.target.dataset.groupIndex':
893
+ return event.target.dataset.groupIndex;
892
894
  case 'event.target.dataset.index':
893
895
  return event.target.dataset.index;
894
896
  case 'event.target.dataset.name':
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lvce-editor/renderer-process",
3
- "version": "20.3.0",
3
+ "version": "20.4.0",
4
4
  "keywords": [
5
5
  "lvce-editor",
6
6
  "renderer-process"