Makes appear logic work right
This commit is contained in:
@@ -26,8 +26,9 @@
|
||||
([cursor]
|
||||
(apply path->name2 (cursor/path cursor))))
|
||||
|
||||
(defn field-value []
|
||||
@*current*)
|
||||
(defn field-value
|
||||
([] (field-value *current*))
|
||||
([cursor] @cursor))
|
||||
|
||||
(defn field-errors
|
||||
([]
|
||||
|
||||
Reference in New Issue
Block a user