Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Hide the tooltip if the list row is rerendered
Signed-off-by: Julius Härtl <[email protected]>
  • Loading branch information
juliusknorr authored and Backportbot committed Dec 5, 2019
commit bbf417ec85b16e71077fb47b1144c72b9deb1d1b
1 change: 1 addition & 0 deletions apps/files/js/filelist.js
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down