clear tooltips when the userlist is redrawn
parent
f207edfd28
commit
ee874878dd
|
@ -571,6 +571,7 @@ define([
|
|||
_onDisplayNameChanged.forEach(function (h) {
|
||||
h(newName, isLocal);
|
||||
});
|
||||
common.clearTooltips();
|
||||
};
|
||||
|
||||
// STORAGE
|
||||
|
|
Loading…
Reference in New Issue