* Fix js error.

This commit is contained in:
liumengyi
2024-01-11 14:32:22 +08:00
parent 26e4c7e2f3
commit 5e968b5898
+1 -1
View File
@@ -67,7 +67,7 @@ class StepsEditor extends zui.Component
const $preRow = $textarea.closest('.steps-editor-row');
const $list = this.$element.find('.steps-editor-body');
const $rows = $list.find('.steps-editor-item').addClass('is-expired');
$preRow = this._renderRow(item, $preRow, $list, $rows);
this._renderRow(item, $preRow, $list, $rows);
}
})
.on('click', '.btn-action', e =>