Skip to content

Revert and set editor Id#100

Open
cc-morales wants to merge 1 commit intoBlazored:mainfrom
cc-morales:main
Open

Revert and set editor Id#100
cc-morales wants to merge 1 commit intoBlazored:mainfrom
cc-morales:main

Conversation

@cc-morales
Copy link

No description provided.

@ADefWebserver
Copy link
Collaborator

The problem with the other PR was not upgrading to .Net 10 it was that changing the method signature to add editor id causes a breaking change. We cannot have any breaking changes.

@cc-morales
Copy link
Author

How about setting Identifier for every each rte created and adding OnContentChanged?

@ADefWebserver
Copy link
Collaborator

Adding OnContentChanged will cause a performance change. Quill fires a lot of text-change events — sometimes multiple per keystroke. If we forward each one through JS interop → .NET → component re-render, we will absolutely feel it :(

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants