Change hashtags and mentions in bios to open in-app in web UI (#24643)
This commit is contained in:
@@ -161,9 +161,9 @@ class Search extends React.PureComponent {
|
||||
|
||||
handleURLClick = () => {
|
||||
const { router } = this.context;
|
||||
const { onOpenURL } = this.props;
|
||||
const { value, onOpenURL } = this.props;
|
||||
|
||||
onOpenURL(router.history);
|
||||
onOpenURL(value, router.history);
|
||||
};
|
||||
|
||||
handleStatusSearch = () => {
|
||||
|
Reference in New Issue
Block a user