No more error when tapping on command suggestion icon (#517)
This commit is contained in:
parent
4854021005
commit
3e4b943e72
|
@ -1613,7 +1613,7 @@ function suggestionsContainerStyle(suggestionsCount) {
|
|||
height: Math.min(150, (56 * suggestionsCount)),
|
||||
backgroundColor: "white",
|
||||
borderRadius: 5,
|
||||
flex: 1
|
||||
flexGrow: 1
|
||||
};
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue