Skip to content
This repository has been archived by the owner on Sep 8, 2023. It is now read-only.

Open links in a new tab #792

Merged
merged 2 commits into from
Sep 23, 2022
Merged

Open links in a new tab #792

merged 2 commits into from
Sep 23, 2022

Conversation

nickvergessen
Copy link
Collaborator

Fix #791

Signed-off-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com>
@nickvergessen nickvergessen self-assigned this Sep 23, 2022
@nickvergessen nickvergessen added the bug Something isn't working label Sep 23, 2022
Signed-off-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com>
@@ -4,7 +4,11 @@
<div ref="customWidget" />
</div>

<a v-else-if="!noAccess && reference && reference.openGraphObject && !hasCustomWidget" :href="reference.openGraphObject.link" class="widget-default">
<a v-else-if="!noAccess && reference && reference.openGraphObject && !hasCustomWidget"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why only if reference.openGraphObject?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I didn't change the condition?!
This is the linking I found, is there more?

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh sorry. Yeah well ok then. reference.openGraphObject is always there anyway.

@nickvergessen nickvergessen merged commit e16c48c into master Sep 23, 2022
@delete-merged-branch delete-merged-branch bot deleted the nickvergessen-patch-1 branch September 23, 2022 12:24
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Automatically open links in a new tab?
2 participants