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
|
||||
onClick={(event) => {
|
||||
event.preventDefault();
|
||||
onPress={(event) => {
|
||||
Utils.openInNewTab(
|
||||
"https://github.com/RealFascinated/beatsaber-overlay"
|
||||
);
|
||||
|
Reference in New Issue
Block a user