feat: add copy subject title to clipboard functionality#2555
Open
GeneralK1ng wants to merge 1 commit intomainfrom
Open
feat: add copy subject title to clipboard functionality#2555GeneralK1ng wants to merge 1 commit intomainfrom
GeneralK1ng wants to merge 1 commit intomainfrom
Conversation
Him188
requested changes
Sep 27, 2025
Member
Him188
left a comment
There was a problem hiding this comment.
4.7 还是某个版本以前是有复制的,是因为有手势冲突才可以删除的复制功能。需要解决跟单击切换原文功能的冲突
| } | ||
| } | ||
|
|
||
| Box(Modifier.combinedClickable(onClick = copy, onLongClick = { })) { |
Member
There was a problem hiding this comment.
有 selection container 不能同时提供 onClick,会冲突
app/shared/app-data/src/commonMain/kotlin/data/models/subject/SubjectInfo.kt
Show resolved
Hide resolved
Member
Author
|
现在是长按切换假名和中文名,要么改成根据当前显示的内容进行复制 |
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.
Closes #1992