@lvce-editor/renderer-process 13.12.0 → 13.13.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.
@@ -5147,7 +5147,7 @@ const handleMouseEnter = event => {
5147
5147
  };
5148
5148
  const handleMouseLeave = event => {
5149
5149
  const $RelatedTarget = event.relatedTarget;
5150
- if ($RelatedTarget.classList.contains('MenuItem')) ;
5150
+ if ($RelatedTarget && $RelatedTarget.classList.contains('MenuItem')) ;
5151
5151
  // RendererWorker.send(/* Menu.handleMouseLeave */ 'Menu.handleMouseLeave')
5152
5152
  };
5153
5153
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lvce-editor/renderer-process",
3
- "version": "13.12.0",
3
+ "version": "13.13.0",
4
4
  "description": "",
5
5
  "keywords": [
6
6
  "lvce-editor",