CirclonGroup/angular-tree-component

RTL doesn't work with Action Mapping

AriBeck opened this issue · 0 comments

this.actionMapping.keys[KEYS.RIGHT] = <IActionHandler>options.actionMapping?.keys[KEYS.RIGHT] || TREE_ACTIONS.DRILL_UP;

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