Fix unexpected flash on history dialog in some situations.

When latest history item is selected multiple times.
This commit is contained in:
Andrey Antukh 2017-02-28 18:23:13 +01:00
parent 1954aebb48
commit 1782d34d4a
No known key found for this signature in database
GPG key ID: 4DFEBCB8316A8B95
3 changed files with 81 additions and 95 deletions

View file

@ -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)]}