mirror of
https://github.com/penpot/penpot.git
synced 2026-04-28 20:58:06 +00:00
💄 Increment default persistence debounce timeout.
This commit is contained in:
parent
1382e21360
commit
9e51f6baad
@ -430,7 +430,7 @@
|
||||
stream)
|
||||
notifier (->> stream
|
||||
(rx/filter (ptk/type? ::commit-changes))
|
||||
(rx/debounce 1000)
|
||||
(rx/debounce 2000)
|
||||
(rx/merge stoper))]
|
||||
(rx/merge
|
||||
(->> stream
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user