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

[Bug] Error when use EditorCommands due to access modifier #15

Closed phamviethuy closed 3 months ago

phamviethuy commented 3 months ago

Describe the bug Can not use nodify:EditorCommands.Align because EditorCommands is internal class. Can not call when different assembly.

To Reproduce Steps to reproduce the behavior.

Expected behavior modify EditorCommandsto public

Screenshots image