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

This commit is contained in:
Samueras
2025-05-04 11:59:17 +02:00
parent 689637b36c
commit 27f2fac916

View File

@@ -50,6 +50,7 @@ import {
unshallowCharacter,
deleteLastMessage,
getCharacterCardFields,
swipe_right,
} from '../script.js';
import {
extension_settings,
@@ -196,6 +197,7 @@ export function getContext() {
humanizedDateTime,
updateMessageBlock,
appendMediaToMessage,
swipe_right,
variables: {
local: {
get: getLocalVariable,