We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
版本: "web-highlighter": #"^0.7.4"
开发环境: Vue
现象: 实例化对象后,选择高亮正常,且生成了内置的source对象。但是在持久化返显的过程中报错。 detail 对象 endMeta: { parentIndex: 7, parentTagName: "P", textOffset: 25} extra: "0.3404" id: "aa940841-1e71-4b0c-9913-d7b9d83ce7df" startMeta: { parentIndex: 7, parentTagName: "P", textOffset: 23} text: "思维" __isHighlightSource: {}
err对象 message: "Cannot read properties of undefined (reading 'nodeType')"
The text was updated successfully, but these errors were encountered:
@ddddderek 我也遇到这样的问题,请问有解决办法吗
Sorry, something went wrong.
No branches or pull requests
版本:
"web-highlighter": #"^0.7.4"
开发环境:
Vue
现象:
实例化对象后,选择高亮正常,且生成了内置的source对象。但是在持久化返显的过程中报错。
detail 对象
endMeta: { parentIndex: 7, parentTagName: "P", textOffset: 25}
extra: "0.3404"
id: "aa940841-1e71-4b0c-9913-d7b9d83ce7df"
startMeta: { parentIndex: 7, parentTagName: "P", textOffset: 23}
text: "思维"
__isHighlightSource: {}
err对象
message: "Cannot read properties of undefined (reading 'nodeType')"
The text was updated successfully, but these errors were encountered: