fix: improve goto behavior

This commit is contained in:
Ruben Fiszel
2024-04-11 17:58:22 +02:00
parent e4dbac314d
commit 6c33f17829
@@ -177,7 +177,7 @@ export async function eval_like(
}
window.open(x, '_blank')
} else {
await newTab(x)
window.location.href = x
}
},
(id, index) => {