upd: make autoload conversation a toggle
This commit is contained in:
parent
71a1985ba4
commit
0c7011bd02
3 changed files with 7 additions and 1 deletions
|
|
@ -517,7 +517,7 @@ function loadConversation() {
|
|||
conversation.value = res.reverse();
|
||||
});
|
||||
}
|
||||
if (appearNote.reply && appearNote.reply.replyId) loadConversation();
|
||||
if (appearNote.reply && appearNote.reply.replyId && defaultStore.state.autoloadConversation) loadConversation();
|
||||
</script>
|
||||
|
||||
<style lang="scss" module>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue