excubo-ag / Blazor.Diagrams

https://excubo-ag.github.io/Blazor.Diagrams/
MIT License
136 stars 18 forks source link

Change onmousewheel to onwheel fixes excubo-ag#59 #60

Closed Epictek closed 3 years ago

Epictek commented 3 years ago

https://developer.mozilla.org/en-US/docs/Web/API/GlobalEventHandlers/onmousewheel

Do not use this wheel event. This interface is non-standard and deprecated. It was used in non-Gecko browsers only. Instead use the standard wheel event.

stefanloerwald commented 3 years ago

Thank you for providing this fix!