raucao / webmarks

remoteStorage-enabled bookmarking app
https://webmarks.5apps.com
Other
76 stars 11 forks source link

Error when autocompleting tag with TAB #47

Closed galfert closed 7 years ago

galfert commented 7 years ago

When hitting TAB to autocomplete a tag, the following error is thrown:

Uncaught TypeError: Cannot read property 'menu' of undefined

Error is happening in this line: https://github.com/skddc/webmarks/blob/6727e97d124ad44e771bc8b2dd14cdeb22958af0/app/components/bookmark-form/component.js#L21

I thought I tested tab completion when reviewing the PR, but I'm not sure yet if I only used ENTER.

raucao commented 7 years ago

Thanks.