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