docs: Add TODO comment

This commit is contained in:
April Hall 2025-02-22 02:52:35 -05:00
parent ca526a1769
commit f2a8b6f877
Signed by: arithefirst
GPG Key ID: 4508A15C4DB91C5B

View File

@ -13,6 +13,10 @@
onResult: ({ result }) => {
if (result.type === 'success') {
open = false;
// TODO (reactive channels)
// Send an event to the channel list to tell it to re-index all of the channels
// we *could* just reload, but then there would be a flash of un-rendered content
// and I would like to avoid that if possible
}
},
});