Empty the element before append new child.

pull/8071/head
maliming 5 years ago committed by GitHub
parent cf029f64af
commit 59b87f1294
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -238,7 +238,7 @@ var abp = abp || {};
var $actionButton = $(cells[colIndex]).find(".abp-action-button");
if ($actionButton.length === 0) {
$(cells[colIndex]).append($actionContainer);
$(cells[colIndex]).empty().append($actionContainer);
}
}
}

Loading…
Cancel
Save