forked from joejulian/gio
b79c2dec79
Previously, the keyboard is open by default, even without any focus. Now, the keyboard will remain closed, until `.focus()` is called. That change also prevents the keyboard from reopening immediately after blur. Signed-off-by: Inkeliz <inkeliz@inkeliz.com>