From 5849fc6f649c4178bcd1d6eb8a31bd25fa28bab5 Mon Sep 17 00:00:00 2001 From: Pedro Lameiras <87664900+PLameiras@users.noreply.github.com> Date: Mon, 29 Jan 2024 02:49:28 +0000 Subject: [PATCH] Make image occlusion's option buttons tabbable (#2966) * Make image occlusion's option buttons tabbable * Added myself to contributors * Removed two-way binding --- CONTRIBUTORS | 1 + ts/image-occlusion/ImageOcclusionPicker.svelte | 2 ++ 2 files changed, 3 insertions(+) diff --git a/CONTRIBUTORS b/CONTRIBUTORS index c1e376530..0c6e80436 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -156,6 +156,7 @@ Shawn M Moore Marko Sisovic Viktor Ricci Harvey Randall +Pedro Lameiras ******************** diff --git a/ts/image-occlusion/ImageOcclusionPicker.svelte b/ts/image-occlusion/ImageOcclusionPicker.svelte index 09f77e80f..ff7dd8acc 100644 --- a/ts/image-occlusion/ImageOcclusionPicker.svelte +++ b/ts/image-occlusion/ImageOcclusionPicker.svelte @@ -15,6 +15,7 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html