Skip to content

Commit e2a77d1

Browse files
committed
Hide the tooltip if the list row is rerendered
Signed-off-by: Julius Härtl <jus@bitgrid.net>
1 parent a9775e3 commit e2a77d1

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

apps/files/js/filelist.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2566,6 +2566,7 @@
25662566
* @return {Object} new row element
25672567
*/
25682568
updateRow: function($tr, fileInfo, options) {
2569+
$tr.find('[data-original-title]').tooltip('hide').tooltip('hide');
25692570
this.files.splice($tr.index(), 1);
25702571
$tr.remove();
25712572
options = _.extend({silent: true}, options);

0 commit comments

Comments
 (0)