nat fix bugs

This commit is contained in:
2021-06-27 18:59:59 -06:00
parent 68ff8008ad
commit 49bbbe6599
4 changed files with 12 additions and 10 deletions

View File

@@ -20,6 +20,7 @@
(defmethod :Entry createEntry [:Entry->Dynamic initializer] // initializer returns Dynamic so ->:Void isn't required
(let [e (_newEntry)]
(initializer e)
(dictSet entries e.id e)
(refreshEntry e)
e))