You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 8, 2023. It is now read-only.
I'm using electron-editor-context-menu to show spelling suggestions inside a webview (using a preload script, see here: electron/electron#942 (comment)). Everything works correctly except that the spelling suggestions do not replace the misspelled text when they are selected in the context menu. I'm fairly certain this functionality was working prior to a refactor that resulted in me moving my application into a webview.
The text was updated successfully, but these errors were encountered:
I'm using
electron-editor-context-menu
to show spelling suggestions inside awebview
(using apreload
script, see here: electron/electron#942 (comment)). Everything works correctly except that the spelling suggestions do not replace the misspelled text when they are selected in the context menu. I'm fairly certain this functionality was working prior to a refactor that resulted in me moving my application into awebview
.The text was updated successfully, but these errors were encountered: