Skip to content

Commit

Permalink
fix selected the text message for cell bug.
Browse files Browse the repository at this point in the history
  • Loading branch information
xhzengAIB committed Jun 9, 2014
1 parent bc907f4 commit 4af05f0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ - (instancetype)initWithFrame:(CGRect)frame
if (!_displayTextView) {
SETextView *displayTextView = [[SETextView alloc] initWithFrame:CGRectZero];
displayTextView.backgroundColor = [UIColor clearColor];
displayTextView.selectable = YES;
displayTextView.selectable = NO;
displayTextView.lineSpacing = kXHTextLineSpacing;
displayTextView.font = [[XHMessageBubbleView appearance] font];
displayTextView.showsEditingMenuAutomatically = NO;
Expand Down

0 comments on commit 4af05f0

Please sign in to comment.