-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
改进拖动块到两个块之间的情况 #12517
Labels
Comments
Closed
@Vanessa219 是不是不用区分某个块的上或者另一个块的下?因为这两种情况对于用户来说是一样的: |
要不就只高亮列表内部吧。段落块这样的话太晃眼了,有点花了。notion 也就有列表 |
还是有用的,用来判断是否会组合成超级块很方便:( Notion 没有超级块) default.webm |
我觉得可以像 Notion 那样淡入淡出 |
要不就超级块和列表弄一下?淡入淡出会有残影,有的用户说卡才移除的。 |
也行。
其实我觉得拖动时的频繁闪烁更影响用户体验,所以我觉得有一点点淡出的话能缓解一下 |
效果先不加了,就弄简化一下块吧。 |
还有下面这个情况也是,会导致那条线反复闪烁: |
3 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
比如把 3 拖动到 1 和 2 之间,就同时高亮 1 和 2 这两个块,而不是只能高亮其一:
比如把 4 拖动到 2 和 3 之间,就同时高亮 2 和 3 这两个块:
The text was updated successfully, but these errors were encountered: