Dmitry Skripkin

Results 12 comments of Dmitry Skripkin

I had same problem. Just remove `lname.focus()` if you have it somewhere. But yes, somehow input can be focused twice, so any input doubles.

Looks like the problem in GoogleSignIn pod - [related issue](https://github.com/react-native-google-signin/google-signin/issues/948) [and another](https://github.com/firebase/firebase-ios-sdk/issues/7208)

Good news you can still build it for Physical Device.

There is [Document.caretPositionFromPoint()](https://developer.mozilla.org/en-US/docs/Web/API/Document/caretPositionFromPoint) so you can get/set caret position based on pixel offsets. I use it when I need to set caret to begging of paragraph's last line.

@meantime is it ready for PR? Do you need any help with tests?

There is keyboard binding called [list autofill](https://github.com/quilljs/quill/blob/develop/modules/keyboard.js#L364), you can overwrite it if you want and redefine prefix regexp like I did here [CodePen](https://codepen.io/DmitrySkripkin/pen/NEEdBe). Or you can press Shift+Spacebar if you...

@natterstefan you already helped everyone to find issue nobody noticed :) I just wonder, do I need to create pull request for this issue, or it's "by design". Need approval...

Updated [CodePen](https://codepen.io/DmitrySkripkin/pen/NEEdBe), now list formatting won't be triggered on "11. ".

Tables are not supported at 1.3.6. You can convert tables to more pretty text using clipboard matchers, but that's it.