mirror of
https://github.com/penpot/penpot.git
synced 2025-08-06 13:08:28 +02:00
Fix unexpected flash on history dialog in some situations.
When latest history item is selected multiple times.
This commit is contained in:
parent
1954aebb48
commit
1782d34d4a
3 changed files with 81 additions and 95 deletions
|
@ -78,6 +78,10 @@
|
|||
(-> (l/key :edition)
|
||||
(l/derive workspace)))
|
||||
|
||||
(def history
|
||||
(-> (l/key :history)
|
||||
(l/derive workspace)))
|
||||
|
||||
(defn selected-modifiers
|
||||
[id]
|
||||
{:pre [(uuid? id)]}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue