This commit is contained in:
2024-09-02 21:11:02 +02:00
parent 5d00a5a090
commit 18fbf98695
5 changed files with 64 additions and 5 deletions

View File

@@ -51,7 +51,7 @@ function openDeleteTabModal(tab: TabType) {
function visitLink() {
if (!props.editMode) {
window.open(props.tab.link, '_blank')
// add view count
// todo: add view count
}
}
</script>