CirclonGroup / angular-tree-component

A simple yet powerful tree component for Angular (>=2)
https://angular2-tree.readme.io/docs
MIT License
1.09k stars 488 forks source link

RTL doesn't work with Action Mapping #946

Open ghost opened 2 years ago

ghost commented 2 years ago

https://github.com/CirclonGroup/angular-tree-component/blob/19b58abe33dcbddbcba80c80ed26babfb7d43a16/projects/angular-tree-component/src/lib/models/tree-options.model.ts#L134

keys is optional in the IActionMapping type but is required here in order to check if keys[KEYS.RIGHT] exists.