mirror of
https://github.com/penpot/penpot.git
synced 2025-02-03 21:09:00 -05:00
Do not deselect the current selected history on refetches.
This commit is contained in:
parent
b8dc464e88
commit
e2ad20b376
1 changed files with 2 additions and 2 deletions
|
@ -171,8 +171,8 @@
|
||||||
rs/UpdateEvent
|
rs/UpdateEvent
|
||||||
(-apply-update [_ state]
|
(-apply-update [_ state]
|
||||||
(-> state
|
(-> state
|
||||||
(assoc-in [:workspace :history :items] history)
|
(assoc-in [:workspace :history :items] history))))
|
||||||
(assoc-in [:workspace :history :selected] nil))))
|
;; (assoc-in [:workspace :history :selected] nil))))
|
||||||
|
|
||||||
;; --- Fetch Page History
|
;; --- Fetch Page History
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue