提交 ed9a93cc 编写于 作者: B Benjamin Pasero

fix message list ordering (fixes #279)

上级 2b6ba9e3
......@@ -130,8 +130,8 @@ export class MessageList {
// Trigger Auto-Purge of messages to keep list small
this.purgeMessages();
// Store in Memory
this.messages.push({
// Store in Memory (new messages come first so that they show up on top)
this.messages.unshift({
id: id,
text: message,
severity: severity,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册