mirror of
https://github.com/electron/electron.git
synced 2026-01-28 08:48:14 -05:00
It was not implemented on Mac despite being available as a constructor option. Implementation already exists on Windows. Linux case can be separately. https://github.com/electron/electron/issues/19032 Notes: Implemented BrowserWindow.setFocusable on macOS.