Export swipe_right in public/script.js and add swipe_right to getContext in st-context.js

27f2fac916d5c709e8ae5ecc0f578b8f0a8d8f4e

Samueras <Samueras@jackoedv.de>

1 files changed, +2 -0Ignore whitespace
public/scripts/st-context.js+2 -0
@@ -50,6 +50,7 @@ import {
5050 unshallowCharacter,
5151 deleteLastMessage,
5252 getCharacterCardFields,
53+ swipe_right,
5354} from '../script.js';
5455import {
5556 extension_settings,
@@ -196,6 +197,7 @@ export function getContext() {
196197 humanizedDateTime,
197198 updateMessageBlock,
198199 appendMediaToMessage,
200+ swipe_right,
199201 variables: {
200202 local: {
201203 get: getLocalVariable,