docs: Add TODO comment
This commit is contained in:
parent
ca526a1769
commit
f2a8b6f877
@ -13,6 +13,10 @@
|
|||||||
onResult: ({ result }) => {
|
onResult: ({ result }) => {
|
||||||
if (result.type === 'success') {
|
if (result.type === 'success') {
|
||||||
open = false;
|
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
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user