clear tooltips when redrawing the userlist
parent
4c6f8d71e1
commit
24436c2c51
|
@ -199,6 +199,7 @@ define([
|
|||
|
||||
// Update the userlist
|
||||
var $editUsers = $userlistContent.find('.' + USERLIST_CLS).html('');
|
||||
Cryptpad.clearTooltips();
|
||||
|
||||
var $editUsersList = $('<div>', {'class': 'userlist-others'});
|
||||
|
||||
|
|
Loading…
Reference in New Issue