We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
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
拖动组合超级块的时候,只显示一条竖线不容易判断,高亮一下要组合成超级块的另一个块或相邻的子块会更好
拖动与某个块组合成超级块 → 高亮要组合成超级块的另一个块
比如把 2 拖动到 1 的旁边,就高亮 1 :
比如把 4 拖动到一个超级块的右边,就高亮这整个超级块:
拖动到某个块超级块内 → 高亮在这个超级块内与拖动位置相邻的子块
比如把 4 拖动到 3 的右边,就高亮 3 这个块:
比如把 4 拖动到 2 和 3 之间,就高亮 2 和 3 这两个块:
→ 关联:改进拖动块到两个块之间的情况 #12517
The text was updated successfully, but these errors were encountered:
支持 +1 现在这个拖动确实还有很大的进步空间,显示……某些块的轮廓是个不错的解决方法。
弄好了拖动效果 NO.1
Sorry, something went wrong.
差不多在 #11751 实现了,还有部分问题移至 #12517 。
No branches or pull requests
Uh oh!
There was an error while loading. Please reload this page.
超级块
拖动组合超级块的时候,只显示一条竖线不容易判断,高亮一下要组合成超级块的另一个块或相邻的子块会更好
拖动与某个块组合成超级块 → 高亮要组合成超级块的另一个块
比如把 2 拖动到 1 的旁边,就高亮 1 :
比如把 4 拖动到一个超级块的右边,就高亮这整个超级块:
拖动到某个块超级块内 → 高亮在这个超级块内与拖动位置相邻的子块
比如把 4 拖动到 3 的右边,就高亮 3 这个块:
比如把 4 拖动到 2 和 3 之间,就高亮 2 和 3 这两个块:
→ 关联:改进拖动块到两个块之间的情况 #12517
列表其他块The text was updated successfully, but these errors were encountered: