From 983e15cd9a517dc89475fef499978c96b7e5aa49 Mon Sep 17 00:00:00 2001 From: iris <2+iris@noreply.localhost> Date: Sun, 13 Sep 2026 03:36:48 -0400 Subject: [PATCH] Keep widget storage idea in TODO --- TODO | 2 ++ 1 file changed, 2 insertions(+) diff --git a/TODO b/TODO index 5a1e67f..cdfba7e 100644 --- a/TODO +++ b/TODO @@ -11,4 +11,6 @@ WidgetRef 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..??