aboutsummaryrefslogtreecommitdiff
path: root/module/vcomponent/base.scm
diff options
context:
space:
mode:
Diffstat (limited to 'module/vcomponent/base.scm')
-rw-r--r--module/vcomponent/base.scm1
1 files changed, 1 insertions, 0 deletions
diff --git a/module/vcomponent/base.scm b/module/vcomponent/base.scm
index 4cacbb46..39b2c810 100644
--- a/module/vcomponent/base.scm
+++ b/module/vcomponent/base.scm
@@ -121,6 +121,7 @@
(modify parent* vcomponent-children
(lambda (table)
(let ((child
+ ;; TODO is this the correct place to generate UIDs?
(if (prop child 'UID)
child
(prop child 'UID (uuid)))))