This commit is contained in:
HarshKhandeparkar
2018-12-23 17:27:58 +05:30
parent d49acd504e
commit 5288973a48
2 changed files with 2 additions and 2 deletions

View File

@@ -9,7 +9,7 @@ window.onload = function() {
img.src = src;
$(img).css("max-width", "200%");
$(img).css("transform", "translateX(-20%)");
var stepDiv = $('#addStep #quick-btn-row').find('div').each(function() {
var stepDiv = $('#addStep .row').find('div').each(function() {
if ($(this).find('div').attr('data-value') === previewStepName) {
$(this).find('div').append(img);
}