From 52691cbe175f0272ae909f6a403848226cbe1f5d Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Sun, 10 Feb 2019 18:27:08 +0300 Subject: [PATCH] notes... Signed-off-by: Alex A. Naanou --- ui (gen4)/lib/widget/browse2.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ui (gen4)/lib/widget/browse2.js b/ui (gen4)/lib/widget/browse2.js index 37e0f8ca..be529233 100755 --- a/ui (gen4)/lib/widget/browse2.js +++ b/ui (gen4)/lib/widget/browse2.js @@ -457,6 +457,8 @@ var BrowserClassPrototype = { } // XXX TODO: +// - need a way to update some stuff on .update() / .make() -- a way +// to selectively merge the old state with the new... // - event handler signature -- pass the item + optionally render... // - keyboard handling... // XXX render of nested lists does not affect the parent list(s)...