clear tooltips when the userlist is redrawn

This commit is contained in:
ansuz 2017-08-17 12:50:40 +02:00
parent f207edfd28
commit ee874878dd

View File

@ -571,6 +571,7 @@ define([
_onDisplayNameChanged.forEach(function (h) { _onDisplayNameChanged.forEach(function (h) {
h(newName, isLocal); h(newName, isLocal);
}); });
common.clearTooltips();
}; };
// STORAGE // STORAGE