From 5d74507e507c8fab77fa66e880fb751ad8808f0f Mon Sep 17 00:00:00 2001 From: Cohee <18619528+Cohee1207@users.noreply.github.com> Date: Sun, 9 Mar 2025 14:09:39 +0200 Subject: [PATCH] Remove goofy comment leftover --- public/script.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/script.js b/public/script.js index 47b142071..36c5cef98 100644 --- a/public/script.js +++ b/public/script.js @@ -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(); }