Update ShowImageDetails.plugin.js

This commit is contained in:
Mirco Wittrien 2020-02-05 12:24:05 +01:00
parent 9585e3e45d
commit 307713e45f
1 changed files with 1 additions and 1 deletions

View File

@ -166,7 +166,7 @@ var ShowImageDetails = (_ => {
if (window.BDFDB && typeof BDFDB === "object" && BDFDB.loaded) {
this.stopping = true;
//BDFDB.MessageUtils.rerenderAll();
BDFDB.MessageUtils.rerenderAll();
BDFDB.PluginUtils.clear(this);
}