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

Fix delete on mac #313

Closed wrexbe closed 10 months ago

wrexbe commented 1 year ago

Delete key on mac does backspace

zHaytam commented 1 year ago

Hey, thanks for the PR!

wrexbe commented 1 year ago

Yeah I didn't try building your example/test projects when I changed it, probably should fix those

zHaytam commented 1 year ago

I honestly think it's better if you target the branch develop for your PR, instead of master, so that your change is in version 3.0.0

wrexbe commented 1 year ago

Yeah I will fix it up later

wrexbe commented 1 year ago

Would you accept a PR to bump everything to .net 7, and update the nuggets?

zHaytam commented 1 year ago

Would you accept a PR to bump everything to .net 7, and update the nuggets?

Unfortunately no, .NET 6 is LTS so I'm more comfortable targetting it for now.

wrexbe commented 1 year ago

Ok what about a PR to bump to 6 then?

zHaytam commented 1 year ago

Version 3, which is in beta, already targets .NET 6.
Check out the branch develop.