Remove goofy comment leftover

5d74507e507c8fab77fa66e880fb751ad8808f0f

Cohee <18619528+Cohee1207@users.noreply.github.com>

1 files changed, +1 -1Ignore whitespace
public/script.js+1 -1
@@ -8753,7 +8753,7 @@ function formatSwipeCounter(current, total) {
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 */
8756function swipe_left(_event, { source, repeated } = {}) { // when we swipe left..but no generation.8756function 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 }