Open mlcivilengineer opened 2 years ago
setShortcuts() expects an array and throws a TypeError from the way it is used. I propose the change of the method to the singular form, as only one shortcut is being set, fixing the TypeError bug.
Awesome @mlcivilengineer, thanks for the contribution!
I'll perform some local checks and update the published addon :+1:
setShortcuts() expects an array and throws a TypeError from the way it is used. I propose the change of the method to the singular form, as only one shortcut is being set, fixing the TypeError bug.