electron-userland / electron-spellchecker

Implement spellchecking, correctly
MIT License
238 stars 83 forks source link

Context menu not working #139

Closed aneesv closed 5 years ago

aneesv commented 5 years ago

Context menu not working

Error on right click

Error: Could not call remote function ''. Check that the function signature is correct. Underlying error: Options must be an object
.
.
.
at ContextMenuBuilder.showPopupMenu
aneesv commented 5 years ago

This can be fixed by adding a blank object argument to menu.popup({})

Created PR #140