Skip to content

Commit b0f840a

Browse files
authored
fixed not rendering toolbar buttons
wix-incubator#165
1 parent 2cad334 commit b0f840a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/RichTextToolbar.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,7 @@ export default class RichTextToolbar extends Component {
131131
contentContainerStyle={{flexDirection: 'row'}}
132132
dataSource={this.state.ds}
133133
renderRow= {(row) => this._renderAction(row.action, row.selected)}
134+
removeClippedSubviews={false}
134135
/>
135136
</View>
136137
);
@@ -189,4 +190,4 @@ const styles = StyleSheet.create({
189190
backgroundColor: 'red'
190191
},
191192
defaultUnselectedButton: {}
192-
});
193+
});

0 commit comments

Comments
 (0)