Assigned
Status Update
Comments
an...@google.com <an...@google.com>
al...@google.com <al...@google.com> #2
Triage notes: Still P3, still a real issue. Compat issue.
No update yet.
Triage notes: Still P3, still a real issue. Compat issue.
Description
In some cases you might want to delete content from composition but then later insert it potentially in a different location. This seems like the
movableContentOf
could be used for this but it doesn't work as the content is removed too quickly. Currently you need to do something like,or create a custom layout that doesn't place the content temporarily. I would be nice to have something like,
that could be used instead that could transform the above into,
that could be used to extend the lifetime of the content in the block without requiring it to be in an active tree.