fix most inputrules for now
This commit is contained in:
@@ -26,7 +26,7 @@ export default function (regexp: RegExp, markType: MarkType, getAttrs?: Function
|
|||||||
|
|
||||||
if (match[m]) {
|
if (match[m]) {
|
||||||
const matchStart = start + match[0].indexOf(match[m - 1])
|
const matchStart = start + match[0].indexOf(match[m - 1])
|
||||||
const matchEnd = matchStart + match[m - 1].length
|
const matchEnd = matchStart + match[m - 1].length - 1
|
||||||
const textStart = matchStart + match[m - 1].lastIndexOf(match[m])
|
const textStart = matchStart + match[m - 1].lastIndexOf(match[m])
|
||||||
const textEnd = textStart + match[m].length
|
const textEnd = textStart + match[m].length
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user