Skip to content

Commit 7b6eb80

Browse files
committed
Hide the tooltip if the list row is rerendered
Signed-off-by: Julius Härtl <[email protected]>
1 parent a9775e3 commit 7b6eb80

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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');
25692570
this.files.splice($tr.index(), 1);
25702571
$tr.remove();
25712572
options = _.extend({silent: true}, options);

0 commit comments

Comments
 (0)