mirror of
https://github.com/paricafe/misskey.git
synced 2025-01-18 16:08: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();
|
conversation.value = res.reverse();
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Extend note content automatically (no manual click)
|
||||||
|
onMounted(() => {
|
||||||
|
loadReplies();
|
||||||
|
loadConversation();
|
||||||
|
});
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style lang="scss" module>
|
<style lang="scss" module>
|
||||||
|
|
Loading…
Reference in a new issue