generated from xhofe/solid-lib
-
Notifications
You must be signed in to change notification settings - Fork 449
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
feat: select with mouse while checkbox closed #157
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
liuycy
force-pushed
the
better-interaction
branch
from
March 6, 2024 10:47
5f85ac0
to
8ae68a2
Compare
liuycy
commented
Mar 6, 2024
liuycy
force-pushed
the
better-interaction
branch
from
March 7, 2024 05:56
ba8fa12
to
ab73492
Compare
liuycy
force-pushed
the
better-interaction
branch
from
March 7, 2024 06:03
ab73492
to
b248009
Compare
foxxorcat
reviewed
Mar 8, 2024
xhofe
approved these changes
Mar 9, 2024
用 safari 打开我们的开发预览页面 https://alist.pages.dev 试试,我这里没有复现这个问题 😂 |
找到原因了,很奇怪,只要菜单开启模糊就会错位 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
改动如下
在复选框关闭时使用鼠标框选
.obj-box
里可以鼠标滑动框选文件及文件夹ctrl/command
键可以进行额外单选切换shift
键可以进行范围选择(以上次点击为起点,以这次点击为终点,该功能原本就支持 代码逻辑)网格模式
下直接预览图片失效问题演示效果如下
1.mp4
多选右键菜单如下