Remove goofy comment leftover

This commit is contained in:
Cohee
2025-03-09 14:09:39 +02:00
parent 19b7deaed0
commit 5d74507e50

View File

@ -8753,7 +8753,7 @@ function formatSwipeCounter(current, total) {
* @param {string} [params.source] The source of the swipe event.
* @param {boolean} [params.repeated] Is the swipe event repeated.
*/
function swipe_left(_event, { source, repeated } = {}) { // when we swipe left..but no generation.
function swipe_left(_event, { source, repeated } = {}) {
if (chat.length - 1 === Number(this_edit_mes_id)) {
closeMessageEditor();
}