CirclonGroup / angular-tree-component

A simple yet powerful tree component for Angular (>=2)

Home Page:https://angular2-tree.readme.io/docs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RTL doesn't work with Action Mapping

AriBeck opened this issue · 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.