Blazor-Diagrams / Blazor.Diagrams

A fully customizable and extensible all-purpose diagrams library for Blazor
https://blazor-diagrams.zhaytam.com
MIT License
919 stars 176 forks source link

Problem with mouse events on edge on version 3.0 #346

Closed PedroAbreu1976 closed 10 months ago

PedroAbreu1976 commented 10 months ago

Hi :)

I am migrating my code to version 3.0 and I hit a wall in edge (works well in chrome) where the canvas objects don't respond to mouse events like onmouseover. Making it impossible for the user to select nodes. While debugging I found that when I click on a node, the click event that is raised is for the diagram canvas div.

PedroAbreu1976 commented 10 months ago

It was a cache issue :)