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

fix: blurred font #485

Merged
merged 4 commits into from Oct 23, 2023
Merged

fix: blurred font #485

merged 4 commits into from Oct 23, 2023

Conversation

starknt
Copy link
Contributor

@starknt starknt commented Oct 20, 2023

close #411
Eliminate the side effects of element transformations by calculating the offset of the element.

2023-10-20.12-43-40.1.mp4

zIndex: -1,
pointerEvents: isDragging.value ? 'none' : 'auto',
pointerEvents: isDragging.value || !state.value.open ? 'none' : 'auto',
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I try use isHidden, but its value doesn't seem to change based on the state

@starknt starknt marked this pull request as ready for review October 23, 2023 05:34
@antfu
Copy link
Member

antfu commented Oct 23, 2023

Nice, thanks!

@antfu antfu merged commit 9a52925 into nuxt:main Oct 23, 2023
1 check passed
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.

fix: window下工具条移动到左右侧导致字体模糊
2 participants