From 35cf23ce2c4777be6153fe3915eab25139d8f4b5 Mon Sep 17 00:00:00 2001 From: ansuz Date: Tue, 1 Aug 2017 11:50:43 +0200 Subject: [PATCH] clear tooltips when redrawing the userlist --- www/common/toolbar2.js | 1 + 1 file changed, 1 insertion(+) diff --git a/www/common/toolbar2.js b/www/common/toolbar2.js index 63121f009..f132558bf 100644 --- a/www/common/toolbar2.js +++ b/www/common/toolbar2.js @@ -199,6 +199,7 @@ define([ // Update the userlist var $editUsers = $userlistContent.find('.' + USERLIST_CLS).html(''); + Cryptpad.clearTooltips(); var $editUsersList = $('
', {'class': 'userlist-others'});