From 3e4b943e72fad8d8a140385b7aeebc58cc572786 Mon Sep 17 00:00:00 2001 From: alwx Date: Wed, 30 Nov 2016 23:31:40 +0300 Subject: [PATCH] No more error when tapping on command suggestion icon (#517) --- resources/console.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/console.js b/resources/console.js index 3058561d5f..434c9acd56 100644 --- a/resources/console.js +++ b/resources/console.js @@ -1613,7 +1613,7 @@ function suggestionsContainerStyle(suggestionsCount) { height: Math.min(150, (56 * suggestionsCount)), backgroundColor: "white", borderRadius: 5, - flex: 1 + flexGrow: 1 }; }