BAndysc / nodify-avalonia

Highly performant and modular controls for node-based editors designed for data-binding and MVVM for Avalonia. Port of WPF's version: https://miroiu.github.io/nodify
https://github.com/BAndysc/nodify-avalonia
MIT License
78 stars 5 forks source link

fix bug can not access editor command #17

Closed phamviethuy closed 3 months ago

phamviethuy commented 3 months ago

📝 Description of the Change

I modified the access modifier of EditorCommand. which can not be accessed if used in different assemblies.

What is this pull request about?

https://github.com/BAndysc/nodify-avalonia/issues/15

🐛 Possible Drawbacks

Are there any possible side-effects or negative impacts with this code change? No

BAndysc commented 3 months ago

Thanks for the PR!