From 45eb13814a362db2ffa4951da295f788ccbcc645 Mon Sep 17 00:00:00 2001 From: Oliver Hamlet Date: Tue, 26 May 2015 16:45:02 +0100 Subject: [PATCH] Fix message filters broken by scrolling. Fixes #442. --- resources/report/html/loot-plugin-card.html | 1 + 1 file changed, 1 insertion(+) diff --git a/resources/report/html/loot-plugin-card.html b/resources/report/html/loot-plugin-card.html index 51302bef..6e06f634 100644 --- a/resources/report/html/loot-plugin-card.html +++ b/resources/report/html/loot-plugin-card.html @@ -254,6 +254,7 @@ loot-clear-metadata } /* Also initialise the non-simple-string data. */ + this.data.computed.messages = this.data.getUIMessages(); this.onTagsChange(); this.onMessagesChange(); this.onUserlistChange();