diff --git a/src/bean/functions.cljs b/src/bean/functions.cljs index ba214f4..f85a3e4 100644 --- a/src/bean/functions.cljs +++ b/src/bean/functions.cljs @@ -124,7 +124,7 @@ (when (and from-frame to-frame) (let [first-match (reduce - #(if (get %1 %2) + #(if (get %1 (:representation (util/get-cell (:grid sheet) %2))) %1 (assoc %1 (:representation (util/get-cell (:grid sheet) %2)) %2)) {}