clear tooltips when redrawing the userlist

pull/1/head
ansuz 7 years ago
parent 4c6f8d71e1
commit 35cf23ce2c

@ -199,6 +199,7 @@ define([
// Update the userlist
var $editUsers = $userlistContent.find('.' + USERLIST_CLS).html('');
Cryptpad.clearTooltips();
var $editUsersList = $('<div>', {'class': 'userlist-others'});

Loading…
Cancel
Save