akkoma-fe/src/components/conversation
Tusooa Zhu 20880cdf0b
Make replying and mediaPlaying controlled
$refs is not a reliable way to deal with child components under
tree threading as it is not reactive, but the children may change at
any time. The only good way seems to be making these states aggregated on
the conversation component.

Ref: tree-threading
2022-03-07 19:19:31 -05:00
..
conversation.js Make replying and mediaPlaying controlled 2022-03-07 19:19:31 -05:00
conversation.vue Make replying and mediaPlaying controlled 2022-03-07 19:19:31 -05:00