clear tooltips when redrawing the userlist

pull/1/head
ansuz 2017-08-01 11:50:43 +02:00
parent 4c6f8d71e1
commit 24436c2c51
1 changed files with 1 additions and 0 deletions

View File

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