- Release 0.1.0
This commit is contained in:
parent
78776f796f
commit
17cea1e099
@ -125,7 +125,7 @@
|
||||
@try {
|
||||
[_textStorage removeAttribute:NSBackgroundColorAttributeName range:_selectableRange];
|
||||
} @catch (NSException *exception) {
|
||||
NSLogDebug(@"%@", exception);
|
||||
NSLog(@"%@", exception);
|
||||
}
|
||||
}
|
||||
|
||||
@ -236,7 +236,7 @@
|
||||
[_rangesOfHotWords addObject:@{ @"hotWord" : @(STTweetLink),
|
||||
@"protocol" : protocol,
|
||||
@"range" : [NSValue valueWithRange:result.range]
|
||||
}];
|
||||
}];
|
||||
}
|
||||
}];
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user