Close #128: ArchiveUI defines cursorPosition() which is used to place entries
This commit is contained in:
@@ -44,8 +44,12 @@
|
||||
(method processSystems [&opt :ArchiveUI ui]
|
||||
(doFor system systems (system.process this ui)))
|
||||
|
||||
(prop &mut :Entry->Dynamic defaultInitializer null)
|
||||
|
||||
(method :Entry createEntry [:Entry->Dynamic initializer] // initializer returns Dynamic so ->:Void isn't required
|
||||
(let [e (_newEntry)]
|
||||
(when defaultInitializer
|
||||
(defaultInitializer e))
|
||||
(initializer e)
|
||||
(dictSet entries e.id e)
|
||||
(refreshEntry e)
|
||||
|
Reference in New Issue
Block a user