added swipe left and right to st-context

Added swipe_right and swipe_left to st-context as a swipe group.
This commit is contained in:
Samueras
2025-05-04 18:17:44 +02:00
committed by GitHub
parent 99f47de88b
commit f0fbd7e3d4

View File

@ -51,6 +51,7 @@ import {
deleteLastMessage,
getCharacterCardFields,
swipe_right,
swipe_left,
} from '../script.js';
import {
extension_settings,
@ -197,7 +198,7 @@ export function getContext() {
humanizedDateTime,
updateMessageBlock,
appendMediaToMessage,
swipe_right,
swipe: { left: swipe_left, right: swipe_right },
variables: {
local: {
get: getLocalVariable,