clear tooltips when redrawing the userlist
This commit is contained in:
@@ -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'});
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user