Silence warnings about referrers

This commit is contained in:
2022-12-24 11:37:31 +01:00
parent 34ede38889
commit 1b23c06d77
11 changed files with 23 additions and 21 deletions

View File

@@ -314,6 +314,7 @@ const node_click = (index) => {
<a class="node"
href={file.href}
target="_blank"
rel="noreferrer"
title="{file.name}"
class:node_selected={file.selected}
on:click|preventDefault={() => {node_click(index)}}