Skip to content

Commit

Permalink
Fixed deprecation error
Browse files Browse the repository at this point in the history
  • Loading branch information
AnthonyLenglet authored Apr 23, 2018
1 parent bbf7f78 commit 5e56f10
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 5e56f10

Please sign in to comment.