@lvce-editor/virtual-dom 5.0.0 → 5.1.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 +2 -0
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -798,6 +798,8 @@ const getEventListenerArg = (param, event) => {
|
|
|
798
798
|
return event.shiftKey;
|
|
799
799
|
case 'event.target.className':
|
|
800
800
|
return event.target.className;
|
|
801
|
+
case 'event.target.dataset.groupIndex':
|
|
802
|
+
return event.target.dataset.groupIndex;
|
|
801
803
|
case 'event.target.dataset.index':
|
|
802
804
|
return event.target.dataset.index;
|
|
803
805
|
case 'event.target.dataset.name':
|