1
0
Fork 0
mirror of https://github.com/TryGhost/Ghost-Admin.git synced 2023-12-14 02:33:04 +01:00

Fixed linting

This commit is contained in:
Kevin Ansfield 2020-04-17 17:59:08 +01:00
parent f022401849
commit 051bcbc774

View file

@ -343,7 +343,7 @@ export default Component.extend({
// - first section must be a markerable section
// - if first section is a list, grab the content of the first list item
didUpdatePost(postEditor) {
let {editor, editor: {post, range}} = postEditor;
let {editor, editor: {post}} = postEditor;
// remove any other formatting from code formats
let markers = [];