mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-21 18:50:47 +03:00
fix click to go to reply after merge
This commit is contained in:
parent
3a0d5788e1
commit
c793506dc4
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ MatrixText {
|
|||
"</style>
|
||||
" + formatted.replace(/<del>/g, "<s>").replace(/<\/del>/g, "</s>").replace(/<strike>/g, "<s>").replace(/<\/strike>/g, "</s>")
|
||||
|
||||
selectByMouse: !isReply
|
||||
enabled: !isReply
|
||||
font.pointSize: (Settings.enlargeEmojiOnlyMessages && isOnlyEmoji > 0 && isOnlyEmoji < 4) ? Settings.fontSize * 3 : Settings.fontSize
|
||||
|
||||
NhekoCursorShape {
|
||||
|
|
Loading…
Reference in a new issue