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 {
50 unshallowCharacter,50 unshallowCharacter,
51 deleteLastMessage,51 deleteLastMessage,
52 getCharacterCardFields,52 getCharacterCardFields,
53 swipe_right,
53} from '../script.js';54} from '../script.js';
54import {55import {
55 extension_settings,56 extension_settings,
@@ -196,6 +197,7 @@ export function getContext() {
196 humanizedDateTime,197 humanizedDateTime,
197 updateMessageBlock,198 updateMessageBlock,
198 appendMediaToMessage,199 appendMediaToMessage,
200 swipe_right,
199 variables: {201 variables: {
200 local: {202 local: {
201 get: getLocalVariable,203 get: getLocalVariable,