angular-tree-component icon indicating copy to clipboard operation
angular-tree-component copied to clipboard

RTL doesn't work with Action Mapping

Open ghost opened this issue 3 years ago • 0 comments

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.

ghost avatar Jul 18 '22 06:07 ghost