🔥 Remove unused and commented code

This commit is contained in:
Andrey Antukh 2025-06-23 09:54:56 +02:00
parent 6b4a85cd15
commit e72d31a082

View file

@ -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])]
;; ]))