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 Dec 15, 2022. It is now read-only.
It randomly happens and I cannot find a way to reproduce it at the moment.
Versions
keyboard-layout 2.0.17
Electron 16.0.4
macOS 12.0.1
Additional Information
Looks like the exception happens via KeyboardLayoutManager::HandleKeyboardLayoutChanged.
I haven't changed the keyboard layout but perhaps it is invoked when switching between English to Japanese input?
I'm using Google Japanese Input.
I would be happy to contribute. Please let me know where to fix.
The text was updated successfully, but these errors were encountered:
Prerequisites
I'm using this module in my app.
Description
The renderer process crashes occasionally with the following stacktrace in the main process:
Steps to Reproduce
It randomly happens and I cannot find a way to reproduce it at the moment.
Versions
Additional Information
Looks like the exception happens via
KeyboardLayoutManager::HandleKeyboardLayoutChanged
.I haven't changed the keyboard layout but perhaps it is invoked when switching between English to Japanese input?
I'm using Google Japanese Input.
I would be happy to contribute. Please let me know where to fix.
The text was updated successfully, but these errors were encountered: