* Fix js error.
This commit is contained in:
@@ -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 =>
|
||||
|
||||
Reference in New Issue
Block a user