mirror of
https://github.com/penpot/penpot.git
synced 2026-04-26 19:58:09 +00:00
Schedule to the next context the message side effect.
This commit is contained in:
parent
c57e3f2a68
commit
e0ba0fd41f
@ -88,15 +88,15 @@
|
||||
|
||||
(defn error!
|
||||
[& args]
|
||||
(rs/emit! (apply show-error args)))
|
||||
(p/schedule 0 #(rs/emit! (apply show-error args))))
|
||||
|
||||
(defn info!
|
||||
[& args]
|
||||
(rs/emit! (apply show-info args)))
|
||||
(p/schedule 0 #(rs/emit! (apply show-info args))))
|
||||
|
||||
(defn dialog!
|
||||
[& args]
|
||||
(rs/emit! (apply show-dialog args)))
|
||||
(p/schedule 0 #(rs/emit! (apply show-dialog args))))
|
||||
|
||||
(defn close!
|
||||
[]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user