We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d3d64d commit a9fc983Copy full SHA for a9fc983
src/renderer/frame/handlers.cljs
@@ -43,8 +43,8 @@
43
(select-keys [:width :height]))]
44
(if-not (-> db :window :focused)
45
db
46
- (-> (:document-tabs db)
47
- (reduce #(pan-by %1 (mat/div [(:width offset) (:height offset)] 2) %2) db)))))
+ (->> (:document-tabs db)
+ (reduce #(pan-by %1 (mat/div [(:width offset) (:height offset)] 2) %2) db)))))
48
49
(m/=> zoom-in-place [:-> App number? Vec2D App])
50
(defn zoom-in-place
0 commit comments