From fcf9b36fecc3a352266394e622a983c67612a310 Mon Sep 17 00:00:00 2001 From: Simon Castro Date: Mon, 8 Jun 2020 21:56:22 +0100 Subject: [PATCH] Stopped the step options being set to its parent to avoid recursion. --- src/InsertStep.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/InsertStep.js b/src/InsertStep.js index 49eebaa2b2..246e7809b8 100644 --- a/src/InsertStep.js +++ b/src/InsertStep.js @@ -35,7 +35,7 @@ function InsertStep(ref, index, name, o) { ID: o.number, inBrowser: ref.options.inBrowser, ui: ref.options.ui, - options: o + options: o_ }; var UI = ref.events;