Export Swipe left and right Exporting the swipe_left and the swipe_right functions

99f47de88b7f86b14ed880add5bb766a4db70ed1

Samueras <Samueras@jackoedv.de>

Signed
1 files changed, +2 -2Showing whitespace changes
public/script.js+2 -2
@@ -9105,7 +9105,7 @@ function formatSwipeCounter(current, total) {
91059105 * @param {string} [params.source] The source of the swipe event.
91069106 * @param {boolean} [params.repeated] Is the swipe event repeated.
91079107 */
91089108export function swipe_left(_event, { source, repeated } = {}) {
91099109 if (chat.length - 1 === Number(this_edit_mes_id)) {
91109110 closeMessageEditor();
91119111 }
@@ -9253,7 +9253,7 @@ function swipe_left(_event, { source, repeated } = {}) {
92539253 * @param {string} [params.source] The source of the swipe event.
92549254 * @param {boolean} [params.repeated] Is the swipe event repeated.
92559255 */
92569256export function swipe_right(_event, { source, repeated } = {}) {
92579257 if (chat.length - 1 === Number(this_edit_mes_id)) {
92589258 closeMessageEditor();
92599259 }