stavroskasidis / BlazorContextMenu

A context menu component for Blazor !
MIT License
532 stars 58 forks source link

TypeError when hovering over submenu items in BlazorContextMenu #155

Closed adrien426 closed 5 months ago

adrien426 commented 5 months ago

Describe the bug I encountered a JavaScript error in the BlazorContextMenu component while using Blazor Server. The error appears when hovering over submenu items, with the message: 'TypeError: Cannot read properties of undefined (reading 'removeEventListener').

Screenshots image

stavroskasidis commented 5 months ago

Merged the fix.

stavroskasidis commented 5 months ago

Version 2.1 contains the fix. Thank you