diff --git a/src/app/tabs/run-tab.js b/src/app/tabs/run-tab.js index ddc50177c1..905751a24f 100644 --- a/src/app/tabs/run-tab.js +++ b/src/app/tabs/run-tab.js @@ -285,7 +285,7 @@ function makeRecorder (appAPI, appEvents) { } runButton.onclick = () => { var opts = { title: `Enter Transactions`, text: `Paste the array of transaction you want to replay here`, inputValue: '', multiline: true } - modalDialogCustom.prompt(opts, function confirm (json = '[]') { + modalDialogCustom.promptMulti(opts, function confirm (json = '[]') { try { var txArray = JSON.parse(json) } catch (e) { diff --git a/src/app/ui/modal-dialog-custom.js b/src/app/ui/modal-dialog-custom.js index f8fa36ee42..07d47e3f12 100644 --- a/src/app/ui/modal-dialog-custom.js +++ b/src/app/ui/modal-dialog-custom.js @@ -11,12 +11,21 @@ module.exports = { alert: function (text) { modal('', yo`