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