Merge pull request #319 from sanskar-mk2/swipe-cursor

Swipe cursor
This commit is contained in:
Cohee
2023-05-16 10:22:47 +03:00
committed by GitHub
2 changed files with 2 additions and 1 deletions

View File

@@ -2743,7 +2743,7 @@ function saveReply(type, getMessage, this_mes_is_name, title) {
} else {
item['swipe_id'] = 0;
item['swipes'] = [];
item['swipes'][0] = chat[chat.length - 1]['mes'];
item['swipes'][0] = chat[chat.length - 1]['mes'];
}
return { type, getMessage };

View File

@@ -527,6 +527,7 @@ code {
grid-column-start: 4;
flex-flow: column;
font-size: 30px;
cursor: pointer;
}
.swipe_right img,