🐛 Fix problem with set activation after renaming (#9545)

This commit is contained in:
Alonso Torres 2026-05-14 16:04:07 +02:00 committed by GitHub
parent 5dafd44966
commit dc878572da
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -240,7 +240,7 @@
on-checkbox-click
(mf/use-fn
(mf/deps id on-toggle)
(mf/deps set on-toggle)
(fn [event]
(dom/stop-propagation event)
(when (fn? on-toggle)