mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-16 05:39:24 +00:00
fix(web): osk failed to hide after mouseover -> mouseout
This commit is contained in:
parent
503c6d340c
commit
8cec8fc9f2
1 changed files with 3 additions and 2 deletions
|
|
@ -64,7 +64,8 @@ export function setupOskListeners(engine: KeymanEngine, osk: OSKView, contextMan
|
|||
// On event start
|
||||
focusAssistant.setMaintainingFocus(true);
|
||||
|
||||
// The original did nothing when the pointer left the OSK's bounds. Possible bug?
|
||||
// await promise; // should we wish to change that.
|
||||
await promise;
|
||||
|
||||
focusAssistant.setMaintainingFocus(false);
|
||||
});
|
||||
}
|
||||
Loading…
Add table
Reference in a new issue