@lvce-editor/renderer-process 14.3.0 → 14.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.
|
@@ -812,6 +812,8 @@ const getEventListenerArg = (param, event) => {
|
|
|
812
812
|
return event.deltaX;
|
|
813
813
|
case 'event.deltaY':
|
|
814
814
|
return event.deltaY;
|
|
815
|
+
case 'event.target.scrollTop':
|
|
816
|
+
return event.target.scrollTop;
|
|
815
817
|
case 'event.detail':
|
|
816
818
|
return event.detail;
|
|
817
819
|
case 'event.target.name':
|