From e72d31a082c0b66dda24847f8e3c94f6090800e7 Mon Sep 17 00:00:00 2001 From: Andrey Antukh Date: Mon, 23 Jun 2025 09:54:56 +0200 Subject: [PATCH] :fire: Remove unused and commented code --- frontend/src/app/main/ui/components/color_input.cljs | 9 --------- 1 file changed, 9 deletions(-) diff --git a/frontend/src/app/main/ui/components/color_input.cljs b/frontend/src/app/main/ui/components/color_input.cljs index 59ebba8923..d0797e004c 100644 --- a/frontend/src/app/main/ui/components/color_input.cljs +++ b/frontend/src/app/main/ui/components/color_input.cljs @@ -152,12 +152,3 @@ (events/unlistenByKey key2)))) [:> :input props])) - -;; FIXME: this causes some weird interactions because of using apply-value -;; [:* -;; [:> :input props] -;; [:datalist {:id list-id} -;; (for [color-name cc/color-names] -;; [:option color-name])] -;; ])) -