From 03590e5ac7ce1d541fbcc8d9ad48d08f52114e4c Mon Sep 17 00:00:00 2001 From: tomasz1986 Date: Thu, 31 Aug 2023 22:16:59 +0200 Subject: [PATCH] gui: Automatically select device ID on click (ref #8544) (#9065) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The CSS method to select device IDs on click was added in [1]. However, it was later mistakenly overwritten by [2]. This commit fixes the regression and also applies the same behaviour to the Edit Device modal which was omitted in the original commit. [1] 5baf5fedb5bf3acacc8eb5874a4ed10efd3effb8 [2] 5e384c918567c6b92b9ae63413639dcf9628b98e Signed-off-by: Tomasz WilczyƄski --- gui/default/syncthing/device/editDeviceModalView.html | 2 +- gui/default/syncthing/device/idqrModalView.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gui/default/syncthing/device/editDeviceModalView.html b/gui/default/syncthing/device/editDeviceModalView.html index 8b436b86f5f..39d037e0470 100644 --- a/gui/default/syncthing/device/editDeviceModalView.html +++ b/gui/default/syncthing/device/editDeviceModalView.html @@ -12,7 +12,7 @@
-
{{currentDevice.deviceID}}
+
{{currentDevice.deviceID}}