mirror of
https://github.com/yawaflua/LuckyDiamond.git
synced 2025-12-10 12:19:31 +02:00
Merge branch 'DevelopHepatica'
This commit is contained in:
@@ -31,7 +31,7 @@
|
|||||||
|
|
||||||
.chat__content--users {
|
.chat__content--users {
|
||||||
height: 650px;
|
height: 650px;
|
||||||
width: 250px;
|
width: auto;
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
overflow-x: auto;
|
overflow-x: auto;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -52,9 +52,9 @@ export default {
|
|||||||
|
|
||||||
SendMessageToChat(msg[0]);
|
SendMessageToChat(msg[0]);
|
||||||
|
|
||||||
if(this.array.length > 7) {
|
// if(this.array.length > 7) {
|
||||||
this.array.shift()
|
// this.array.shift()
|
||||||
}
|
// }
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
mounted() {
|
mounted() {
|
||||||
|
|||||||
Reference in New Issue
Block a user