[Bug] Scroll conversation to bottom on load (#205)

This commit is contained in:
Pranav Raj S
2019-11-12 09:46:30 +05:30
committed by GitHub
parent e37c04a81f
commit 6d8b6d4769
9 changed files with 53 additions and 12 deletions

View File

@@ -1,10 +1,6 @@
<template>
<footer class="footer">
<ChatInputWrap :on-send-message="onSendMessage" />
<a class="branding" href="https://www.chatwoot.com" target="_blank">
<img src="~widget/assets/images/logo.svg" />
<span>We run on Chatwoot</span>
</a>
</footer>
</template>