David Miranda

Results 13 comments of David Miranda

Thanks for reporting this! I'm unable to replicate the scrolling issue on my end - the textarea and preview stay aligned when pasting large content. Could you share: - Your...

I'm not able to replicate this. I'm on MacOS using Chrome and Safari. I get a slight misalignment in Safari with the scroll-bounce, but the misalignment goes away after 500ms....

Added in v2.1.0! Use `OverType.initFromData()` with `data-ot-*` attributes: ```html const editors = OverType.initFromData('.editor', { fontSize: '16px' }); ``` Attributes use kebab-case (e.g., `data-ot-show-stats` → `showStats`). See the README for full...