diff --git a/resources/console.js b/resources/console.js index 7e7eff3e0a..e8f4f75424 100644 --- a/resources/console.js +++ b/resources/console.js @@ -1163,11 +1163,11 @@ function jsSuggestionsContainerStyle(suggestionsCount) { return { marginVertical: 1, marginHorizontal: 0, - keyboardShouldPersistTaps: true, + keyboardShouldPersistTaps: "always", //height: Math.min(150, (56 * suggestionsCount)), backgroundColor: "white", borderRadius: 5, - keyboardShouldPersistTaps: true + keyboardShouldPersistTaps: "always" }; } @@ -1568,7 +1568,7 @@ function suggestionsContainerStyle(suggestionsCount) { return { marginVertical: 1, marginHorizontal: 0, - keyboardShouldPersistTaps: true, + keyboardShouldPersistTaps: "always", height: Math.min(150, (56 * suggestionsCount)), backgroundColor: "white", borderRadius: 5,