brtnshrdr / angular2-hotkeys

Keyboard shortcuts for Angular 2 apps
MIT License
203 stars 95 forks source link

Bug fixing: Get format for all sequences in combo array #111

Closed gcardozoj closed 5 years ago

gcardozoj commented 5 years ago

In line 50 (first line of constructor) the this.combo variable is always set to array, due that in formatted() method it can use this variable as an array and set it directly to sequence variable.

gcardozoj commented 5 years ago

Bug fixing for bug: Using combo array => error in cheatsheet #109