Skip to content

Commit 8a2294a

Browse files
committed
udpated README file, final change
1 parent bb67a7c commit 8a2294a

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Amesome & simple vue chat component
44

5-
<a href="https://https://github.com/vadymsem/vue-bubble-chat" target="\_parent" rel="nofollow">
5+
<a href="https://github.com/vadymsem/vue-bubble-chat" target="\_parent" rel="nofollow">
66
<img alt="" src="https://img.shields.io/github/stars/vadymsem/vue-bubble-chat.svg?style=social&amp;label=Star">
77
</a>
88

src/BubbleChat.vue

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,6 @@
147147
</template>
148148

149149
<script>
150-
import { setTimeout } from 'timers';
151150
export default {
152151
name: "BubbleChat",
153152
props: {
@@ -210,7 +209,7 @@ export default {
210209
scrollDownChat() {
211210
if(this.windowMode) {
212211
setTimeout(() => {
213-
this.$refs.scrollWrapper.scrollTop = this.$refs.scrollWrapper.scrollHeight
212+
this.$refs.scrollWrapper.scrollTop = this.$refs.scrollWrapper.scrollHeight
214213
}, 0)
215214
}
216215
},

0 commit comments

Comments
 (0)