@lvce-editor/virtual-dom 8.1.0 → 8.3.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
|
@@ -563,10 +563,12 @@ const setProp = ($Element, key, value, eventMap, newEventMap) => {
|
|
|
563
563
|
case 'onInput':
|
|
564
564
|
case 'onKeydown':
|
|
565
565
|
case 'onKeyDown':
|
|
566
|
+
case 'onKeyUp':
|
|
566
567
|
case 'onMouseDown':
|
|
567
568
|
case 'onMouseMove':
|
|
568
569
|
case 'onMouseOut':
|
|
569
570
|
case 'onMouseOver':
|
|
571
|
+
case 'onMouseUp':
|
|
570
572
|
case 'onPointerDown':
|
|
571
573
|
case 'onPointerMove':
|
|
572
574
|
case 'onPointerOut':
|