diff --git a/desktop/src-common/advent/screens/scene.clj b/desktop/src-common/advent/screens/scene.clj index 5bbd97e8..d2696ab4 100644 --- a/desktop/src-common/advent/screens/scene.clj +++ b/desktop/src-common/advent/screens/scene.clj @@ -1238,7 +1238,8 @@ void main () :on-show-inventory (fn [screen [entities]] (click-inventory screen entities)) :on-menu (fn [screen [entities]] - (when-not (get-in entities [:tweens :fade-out]) + (when-not (or (get-in entities [:tweens :fade-out]) + (get-in entities [:tweens :fade-in])) (input! :set-cursor-image (utils/cursor "cursor.png" :hourglass) 0 0) (-> entities (assoc-in [:closing? :value] true)