From 2778398812c6101c89e441092c7928b9fe5b4fae Mon Sep 17 00:00:00 2001 From: hikaru-y Date: Fri, 11 Jun 2021 23:36:06 +0900 Subject: [PATCH 1/2] Disable color picker buttons when a field is not focused --- ts/editor/ColorButtons.svelte | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/ts/editor/ColorButtons.svelte b/ts/editor/ColorButtons.svelte index 9940bc177..388c000ed 100644 --- a/ts/editor/ColorButtons.svelte +++ b/ts/editor/ColorButtons.svelte @@ -51,7 +51,6 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html tr.editingChangeColor(), shortcutLabel )} - disables={false} widthMultiplier={0.5} > {@html arrowIcon} @@ -70,11 +69,7 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html - + {@html arrowIcon} From 9cea04131e5c441d6d5cb797821896a112436aaf Mon Sep 17 00:00:00 2001 From: hikaru-y Date: Fri, 11 Jun 2021 23:36:15 +0900 Subject: [PATCH 2/2] Update CONTRIBUTORS --- CONTRIBUTORS | 1 + 1 file changed, 1 insertion(+) diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 3d3ea1664..c27256ac3 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -81,6 +81,7 @@ Ryan Greenblatt Matthias Metelka qubist-pixel-ux cherryblossom +Hikaru Yoshiga ********************