Umang G. Patel

Results 20 comments of Umang G. Patel

> I think, the best soultuion is to support our sanitization config at the `pasteConfig.tags` configuration: > > ```ts > static get pasteConfig() { > return { > tags: [...

> Thank you for addressing this issue! FWIW, I'd suggest using tools focused on XSS sanitization such as [dompurify](https://github.com/cure53/DOMPurify). @jorgectf We are planning to integrate the library you recommended in...

> > > I think, the best soultuion is to support our sanitization config at the `pasteConfig.tags` configuration: > > > ```ts > > > static get pasteConfig() { >...

Hi @PetroSilenius, thanks for pr but the issue is not fully resolved as I can see. we are using `selectionEnd` as well as `selectionStart` at multiple locations which will eventually...

> > @PetroSilenius Pls do these changes update the `changelog.md` and we are ready > > Sure! Just double-checking that has it been decided not to support textarea in editor.js?...

@kaaaaaaaaaaai, Thanks for creating the PR for the issue and sorry for the late response. Can you pls update the test case according to your pr so we can go...

@neSpecc about the promise we added into the `caret.ts`, if you check [here](https://github.com/codex-team/editor.js/blob/c1d7744b8d5bcef2d69f4374d116ad4b36adc104/src/components/modules/caret.ts#L260-L268) Currently, there is a delay during the caret set process since we are trying to replace the...

Thank you very much.this will help a lot to achieve our goal.

Hi @HawkeyePierce89, We have plans for this feature in the upcoming version. So stay tuned.

Hi @MohitKS5! Thank you for your pull request. Before merging please complete the following things in PR: - Update version package.json - Update README.md according to changes - Build the...