Co-authored-by: deepak1556 <hop2deep@gmail.com> Co-authored-by: Electron Bot <anonymous@electronjs.org> Co-authored-by: Jeremy Apthorp <nornagon@nornagon.net>
When propagating the undo and redo events from the menu, Chromium was not properly sending the events to the focused WebContents. This fixes that by ensuring that the events are sent to the proper WebContents.