| 8753 | * @param {string} [params.source] The source of the swipe event. | 8753 | * @param {string} [params.source] The source of the swipe event. |
| 8754 | * @param {boolean} [params.repeated] Is the swipe event repeated. | 8754 | * @param {boolean} [params.repeated] Is the swipe event repeated. |
| 8755 | */ | 8755 | */ |
| 8756 | function swipe_left(_event, { source, repeated } = {}) { // when we swipe left..but no generation. | 8756 | function swipe_left(_event, { source, repeated } = {}) { |
| 8757 | if (chat.length - 1 === Number(this_edit_mes_id)) { | 8757 | if (chat.length - 1 === Number(this_edit_mes_id)) { |
| 8758 | closeMessageEditor(); | 8758 | closeMessageEditor(); |
| 8759 | } | 8759 | } |