Skip to content

Commit

Permalink
Merge pull request #20 from AnthonyLenglet/master
Browse files Browse the repository at this point in the history
Fixed deprecation warning
  • Loading branch information
iRyusa authored Apr 23, 2018
2 parents bbf7f78 + 5e56f10 commit f5ebb15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/mjml-preview.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ export default {
return view.render(currentEditor)
}
})
.done(() => previousActivePane.activate())
.then(() => previousActivePane.activate())
}
},

Expand Down

0 comments on commit f5ebb15

Please sign in to comment.