Keep widget storage idea in TODO

This commit is contained in:
iris committed 2026-09-13 03:36:48 -04:00
1 parent 338f10f070
commit 983e15cd9a
1 file changed
+2
+2
View File
@@ -11,4 +11,6 @@ WidgetRef<W> or smth instead of Id
maybe introduce InnerWidget trait to allow for editors to expose & modify inner type
maybe could also store a parent widget and keep using InnerWidget trait? unsure if possible
vecs for each widget type?
POTENTIAL BUG: closures that store IDs will not decrement the id!!! need to not increment id if moved into closure somehow??? wait no, need to decrement ID every time an event fn is added...... only if the id is used in it..??