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

Prevent overriding styles on clone node if already style exists #175

Merged
merged 1 commit into from
Jul 23, 2024

Conversation

codesculpture
Copy link

Primarily solves #170

Also seems it essential to not override (or reset) styles which are already got override through adjustCloneNode from options. so this PR prevents that reset if clone node has a style property already.

@IDisposable

if already a clone node has such styles
since we believe these styles are overriden through `adjustCloneNode` option
so overriding again to the value from source or parent just reseting the styles overriden through`adjustCloneNode` option
@IDisposable IDisposable merged commit 705acf7 into 1904labs:main Jul 23, 2024
3 checks passed
@codesculpture
Copy link
Author

Thanks for merging !
When we expect this to be released?
@IDisposable

@IDisposable
Copy link
Member

Won't be able to get a release out until the weekend, sorry

@codesculpture
Copy link
Author

@IDisposable kindly publish a release if possible, we are depending on this change.

@IDisposable
Copy link
Member

Released in 3.3.1, thanks for your PR!

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