msidolphin

Results 11 comments of msidolphin

并没有发版啊,这个项目官方估计已经放弃了,那段代码我今天看才发现分支写的是多余的,之前没注意,你们要么自己fork一份自己维护或者换别的库吧😢

```js create(data) { const node = super.create() node.setAttribute('contenteditable', 'false') node.innerHTML += data.value return node } ``` This problem was solved when I set `contenteditable` to false, but it will lead...

https://github.com/quilljs/parchment/blob/master/src/blot/text.ts #2781 ```js insertAt(index: number, value: string, def?: any): void { if (def == null) { // Maybe when composing should not be executed here this.text = this.text.slice(0, index) +...

I override the restore method, it doesn't seem to have any problems ```js restore(node) { const selection = getSelection() let range, textNode let text = selection.composing ? GUARD_TEXT : node.data.split(GUARD_TEXT).join('')...

I found a solution 1. set embed `contenteditable` to false (this solves the IME problem, but of course it causes a cursor positioning error, which will be solved below) 2....

To be precise, it is difficult to focus > > ```js > > create(data) { > > const node = super.create() > > node.setAttribute('contenteditable', 'false') > > node.innerHTML += data.value...

> I got the same bug. I transform embed to an img to fix and it did work. There is no problem with the dev branch

> Thanks for your contribution. Please could you add a test case that fails without the code changes? Tests still pass after I remove your change from [examples/mini-css-extract-plugin/webpack.config.js](https://github.com/waysact/webpack-subresource-integrity/pull/225/files#diff-87453e846c0509875be54b9d4e910e01c18945020f8c6e5bcd54fe23526e2a16). Ok, I'll...

1、设置了offset之后,weekbar需要自定义 2、缓存数据也会影响计算内容