Merge pull request #18252 from nextcloud/17/bugfix/noid/tooltip-hide-date
Hide the tooltip if the list row is rerendered
This commit is contained in:
commit
a6f9a0809c
1 changed files with 1 additions and 0 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue