diff --git a/src/view/com/util/Link.tsx b/src/view/com/util/Link.tsx index 84060ac0..1d8ec230 100644 --- a/src/view/com/util/Link.tsx +++ b/src/view/com/util/Link.tsx @@ -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 (