From f9ff76a6f965a5afde851432bf9d2b343c1c4825 Mon Sep 17 00:00:00 2001
From: t11r <1674104+t11r@users.noreply.github.com>
Date: Wed, 24 Apr 2024 19:14:16 +0200
Subject: [PATCH] Improve demo
Select manifest URL on focus for improved usability.
---
index.html | 1 +
1 file changed, 1 insertion(+)
diff --git a/index.html b/index.html
index 33a1cd53..f477da53 100644
--- a/index.html
+++ b/index.html
@@ -105,6 +105,7 @@
id="manifestUrl"
placeholder="Enter a IIIF manifest URL"
aria-label="Manifest URL"
+ onfocus="event.target.select()"
/>