added swipe left and right to st-context Added swipe_right and swipe_left to st-context as a swipe group.

f0fbd7e3d4003c192822f89f55989a0e821676fb

Samueras <Samueras@jackoedv.de>

Signed
1 files changed, +2 -1Showing whitespace changes
public/scripts/st-context.js+2 -1
@@ -51,6 +51,7 @@ import {
5151 deleteLastMessage,
5252 getCharacterCardFields,
5353 swipe_right,
54+ swipe_left,
5455} from '../script.js';
5556import {
5657 extension_settings,
@@ -197,7 +198,7 @@ export function getContext() {
197198 humanizedDateTime,
198199 updateMessageBlock,
199200 appendMediaToMessage,
200- swipe_right,
201+ swipe: { left: swipe_left, right: swipe_right },
201202 variables: {
202203 local: {
203204 get: getLocalVariable,