Actually not sure at this moment what this change was, but tests pass...
This commit is contained in:
parent
fb14a8d3ea
commit
8e38dc5f87
|
@ -132,7 +132,7 @@
|
||||||
[cell x y property value]
|
[cell x y property value]
|
||||||
(cond
|
(cond
|
||||||
(and (= x (:x cell)) (= y (:y cell)))
|
(and (= x (:x cell)) (= y (:y cell)))
|
||||||
(merge cell {property value})
|
(merge cell {property value :rule "Set by user"})
|
||||||
true
|
true
|
||||||
cell))
|
cell))
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue