[stable16] Hide the tooltip if the list row is rerendered (#18260)
[stable16] Hide the tooltip if the list row is rerendered
This commit is contained in:
commit
7c98898b38
|
@ -2568,6 +2568,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 New Issue