diff --git a/src/windows/KeyboardProxy.js b/src/windows/KeyboardProxy.js index 2ce74e9..f058cc8 100644 --- a/src/windows/KeyboardProxy.js +++ b/src/windows/KeyboardProxy.js @@ -29,7 +29,7 @@ module.exports.show = function () { }; module.exports.close = function () { - if (typeof inputPane.tryShow === 'function') { + if (typeof inputPane.tryHide === 'function') { inputPane.tryHide(); } };