mirror of
https://github.com/paricafe/misskey.git
synced 2025-01-18 04:28:41 -06:00
Extend note content automatically (no manual click)
This commit is contained in:
parent
30cbc6b85e
commit
c0b328fd19
1 changed files with 6 additions and 0 deletions
|
@ -612,6 +612,12 @@ function loadConversation() {
|
|||
conversation.value = res.reverse();
|
||||
});
|
||||
}
|
||||
|
||||
// Extend note content automatically (no manual click)
|
||||
onMounted(() => {
|
||||
loadReplies();
|
||||
loadConversation();
|
||||
});
|
||||
</script>
|
||||
|
||||
<style lang="scss" module>
|
||||
|
|
Loading…
Reference in a new issue