Skip to content
This repository has been archived by the owner on Jun 16, 2024. It is now read-only.

Commit

Permalink
Use target="_blank" for anchored URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
perry-mitchell committed Oct 15, 2021
1 parent 4a34ed3 commit d1d6d5a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/vault/EntryDetails.js
Original file line number Diff line number Diff line change
Expand Up @@ -715,6 +715,7 @@ const FieldRow = ({
onClick={e => {
(e.ctrlKey || e.metaKey) && window.open(field.value, '_blank');
}}
target="_blank"
title="open with Ctrl/Cmd + click"
>
<FieldText field={field} entryFacade={entryFacade} />
Expand Down

0 comments on commit d1d6d5a

Please sign in to comment.