Hide the tooltip if the list row is rerendered

Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
Julius Härtl 2019-12-05 14:32:32 +01:00
parent a9775e36d2
commit 7b6eb80f72
No known key found for this signature in database
GPG key ID: 4C614C6ED2CDE6DF

View file

@ -2566,6 +2566,7 @@
* @return {Object} new row element
*/
updateRow: function($tr, fileInfo, options) {
$tr.find('[data-original-title]').tooltip('hide');
this.files.splice($tr.index(), 1);
$tr.remove();
options = _.extend({silent: true}, options);