amirhhashemi / tiptap-text-direction

Text direction extension for Tiptap
https://www.npmjs.com/package/tiptap-text-direction
MIT License
38 stars 1 forks source link

[Bug] Pasting multi-line text #8

Closed amirhhashemi closed 1 year ago

amirhhashemi commented 1 year ago

When a multi-line text is pasted to the editor, it only calculates the direction for the first line (node).

Originally reported by @coderyeasin in https://github.com/ueberdosis/tiptap/issues/3085#issuecomment-1505848844

coderyeasin commented 1 year ago

Thank you so much for your response! when you're done please ensure me a message.

Best of luck!

amirhhashemi commented 1 year ago

@coderyeasin It should be fixed in the latest version (0.2.3).

I'm gonna close this but feel free to re-open it if you still encounter the bug.