From 58a9903a8f75bd45cb4829d6b8a9d45eebf1ff0a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20Sch=C3=A4fer?= Date: Sat, 30 Jan 2021 12:45:38 +0100 Subject: [PATCH] Make clipboard button accessible Without the @href, it is not accessible at all because it is not considered an active element. --- snikket_web/templates/library.j2 | 1 + 1 file changed, 1 insertion(+) diff --git a/snikket_web/templates/library.j2 b/snikket_web/templates/library.j2 index e527e7e..1eb2a97 100644 --- a/snikket_web/templates/library.j2 +++ b/snikket_web/templates/library.j2 @@ -60,6 +60,7 @@ {% macro clipboard_button(data, show_label=False, caller=None, class=None) -%} {%- set label = caller() -%}