Scroll down on swipe gen cancellation
| @@ -9325,7 +9325,7 @@ export async function swipe(_event, direction, { source, repeated, message = cha | ||
| 9325 | 9325 | if (chat[mesId]['swipe_id'] !== clampedId) { |
| 9326 | 9326 | chat[mesId]['swipe_id'] = clampedId; |
| 9327 | 9327 | syncSwipeToMes(mesId); |
| 9328 | 9328 | addOneMessage(chat[mesId], { type: 'swipe', forceId: mesId, scroll: falsetrue }); |
| 9329 | 9329 | } |
| 9330 | 9330 | |
| 9331 | 9331 | await updateSwipeCounter(mesId); |