Open in new tab on long press
This commit is contained in:
@@ -21,7 +21,8 @@ export const Link = observer(function Link({
|
||||
store.nav.navigate(href)
|
||||
}
|
||||
const onLongPress = () => {
|
||||
store.shell.openModal(new LinkActionsModel(href, title || href))
|
||||
store.nav.newTab(href, title)
|
||||
// store.shell.openModal(new LinkActionsModel(href, title || href))
|
||||
}
|
||||
return (
|
||||
<TouchableOpacity
|
||||
|
||||
Reference in New Issue
Block a user