Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Split old setHtml method into independent basic logic components #22

Merged
merged 3 commits into from
Jun 28, 2024

Conversation

LunarX
Copy link
Contributor

@LunarX LunarX commented Jun 21, 2024

setHtml was doing too many things and did not give enough freedom and control over the editor. All of what this method used to do has been split into independently callable methods.

Now the content of the editor can be set by itself, the states can be subscribed to by themselves and the initial loading of the editor's HTML template is done as soon as possible

Depends on #20

@LunarX LunarX added the enhancement New feature or request label Jun 21, 2024
@LunarX LunarX self-assigned this Jun 21, 2024
@LunarX LunarX marked this pull request as draft June 21, 2024 12:31
@LunarX LunarX marked this pull request as ready for review June 21, 2024 13:17
Copy link

sonarcloud bot commented Jun 27, 2024

Base automatically changed from add-copyrights to main June 27, 2024 12:01
Copy link

This PR/issue depends on:

@LunarX LunarX merged commit b222764 into main Jun 28, 2024
5 checks passed
@LunarX LunarX deleted the set-html-vs-init-webview branch June 28, 2024 06:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants