mirror of
https://github.com/penpot/penpot.git
synced 2025-08-07 14:38:33 +02:00
♻️ Remove obsolete st/emitf macro
This commit is contained in:
parent
eb07350cac
commit
2be432e1d4
40 changed files with 211 additions and 230 deletions
|
@ -49,7 +49,7 @@
|
|||
(mf/defc notifications
|
||||
[]
|
||||
(let [message (mf/deref refs/message)
|
||||
on-close (st/emitf dm/hide)]
|
||||
on-close #(st/emit! dm/hide)]
|
||||
(when message
|
||||
[:& banner (assoc message
|
||||
:position (or (:position message) :fixed)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue