angular-tree-component
angular-tree-component copied to clipboard
RTL doesn't work with Action Mapping
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.