Prevent double opening when clicking github link
This commit is contained in:
parent
aa11262e3f
commit
6e9f319547
@ -300,8 +300,7 @@ export default class Home extends Component {
|
|||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
<Link
|
<Link
|
||||||
onClick={(event) => {
|
onPress={(event) => {
|
||||||
event.preventDefault();
|
|
||||||
Utils.openInNewTab(
|
Utils.openInNewTab(
|
||||||
"https://github.com/RealFascinated/beatsaber-overlay"
|
"https://github.com/RealFascinated/beatsaber-overlay"
|
||||||
);
|
);
|
||||||
|
Reference in New Issue
Block a user