We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc17075 commit 1265e87Copy full SHA for 1265e87
android/KMEA/app/src/main/assets/android-host.js
@@ -137,8 +137,6 @@ function setLongpressDelay(delay) {
137
if (keyman && keyman.osk) {
138
keyman.osk.gestureParams.longpress.waitLength = delay;
139
console_debug('setLongpressDelay('+delay+')');
140
- } else {
141
- window.console.log('setLongpressDelay error: keyman.osk undefined');
142
}
143
144
0 commit comments