Skip to content

fix: blurred font#485

Merged
antfu merged 4 commits intonuxt:mainfrom
starknt:main
Oct 23, 2023
Merged

fix: blurred font#485
antfu merged 4 commits intonuxt:mainfrom
starknt:main

Conversation

@starknt
Copy link
Copy Markdown
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

position: 'fixed',
zIndex: -1,
pointerEvents: isDragging.value ? 'none' : 'auto',
pointerEvents: isDragging.value || !state.value.open ? 'none' : 'auto',
Copy link
Copy Markdown
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
Copy Markdown
Member

antfu commented Oct 23, 2023

Nice, thanks!

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