This commit is contained in:
Leo Lou 2018-06-13 18:43:20 +09:00
parent 76ae2f60a4
commit fc28d128b2

View file

@ -244,7 +244,7 @@
row rows row rows
:when (or (.contains [2 3] column) :when (or (.contains [2 3] column)
(not= row lastrow))] (not= row lastrow))]
(->> (sa-cap (if (= column 5) 1 1)) (->> (sa-cap (if (= column lastcol) 1.5 1))
(key-place column row))))) (key-place column row)))))
;;;;;;;;;;;;;;;;;;;; ;;;;;;;;;;;;;;;;;;;;