mirror of
https://github.com/penpot/penpot.git
synced 2025-01-24 23:49:45 -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
|
||||
(-apply-update [_ state]
|
||||
(-> state
|
||||
(assoc-in [:workspace :history :items] history)
|
||||
(assoc-in [:workspace :history :selected] nil))))
|
||||
(assoc-in [:workspace :history :items] history))))
|
||||
;; (assoc-in [:workspace :history :selected] nil))))
|
||||
|
||||
;; --- Fetch Page History
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue