mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-18 07:34:54 +00:00
keyboard: Close keyboard immediately on Clutter.InputPanelState.OFF
This is already covered by a timeout to handle focus transitions between windows at the Clutter.InputMethod implementation, we can react immediately and avoid chaining up timeouts. Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/3162>
This commit is contained in:
parent
d917661ce8
commit
81670e1543
1 changed files with 1 additions and 1 deletions
|
|
@ -1644,7 +1644,7 @@ export const Keyboard = GObject.registerClass({
|
|||
if (enabled)
|
||||
this.open(Main.layoutManager.focusIndex);
|
||||
else
|
||||
this.close();
|
||||
this.close(true);
|
||||
}
|
||||
|
||||
_setActiveLevel(activeLevel) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue