fix eslint warning

This commit is contained in:
Philipp Kühn
2019-01-19 10:33:58 +01:00
parent eee08508a2
commit c4e0bbeaf4

View File

@@ -22,7 +22,7 @@ export default function ($pos = null, type = null) {
startPos -= $pos.parent.child(startIndex).nodeSize startPos -= $pos.parent.child(startIndex).nodeSize
} }
const endIndex = $pos.indexAfter() // const endIndex = $pos.indexAfter()
const endPos = startPos + start.node.nodeSize const endPos = startPos + start.node.nodeSize
// disable for now. see #156 // disable for now. see #156