mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
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:
@ -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,
|
||||
|
Reference in New Issue
Block a user