derek
derek
实例化的时候,传入容器根元素。 错误:划线根元素以外的元素,也会导致高亮。 期望:只应该高亮容器根元素的后代节点。 复现:[连接](https://alienzhou.github.io/web-highlighter/) 展示的网站也有此问题。
**版本:** "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:...
按照文档正确引入WechatPlugin插件后,在组件中使用微信js-sdk时,this.$wechat对象上没有onHistoryBack这个方法
按照官方示例引入后,拖拽节点时会出现无父节点可以drop的情况,导致 组件内部 _checkIDExists 报错。
移动端
请问该库支持移动端嘛
When the length of the second parameters is greater than the length of the array,The `undefined` will be included in the result. example: var last = require('array-last'); var a =...