mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-12 17:04:57 +00:00
* changing the event on row from keyup to keydown to fix the issue of reopening the file after closing ussing only keyboard (opening and closing the file by enter) * Reverting the 'onRowKeyDown' to not make a breaking change and added a new method to handle the opening file using 'enter' key * Added unit test - it should emit double click if keydown "enter key" on row * Small changes for clean coding