修复列表文字区域右键菜单#2792
Open
sunny1028 wants to merge 1 commit into
Open
Conversation
Owner
Author
|
我忘记在描述中提到 本次PR的代码是兼容原先的选中文字后的右键行为的,如果选中文字后右键仍然会进行复制,如果没有选中任何文字的话则会弹出右键菜单。 |
This file contains hidden or 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
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.
概要
在使用过程中发现,列表中的歌曲名、歌手、专辑等文字区域无法右键弹出歌曲菜单,只能在文字之外的区域右键。
我不确定这是否是有意为之,但从交互预期来看,左键选中与右键菜单应当彼此独立,文字区域也应支持正常右键操作。
问题原因
具体改动
影响范围
验证方式