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,
|
deleteLastMessage,
|
||||||
getCharacterCardFields,
|
getCharacterCardFields,
|
||||||
swipe_right,
|
swipe_right,
|
||||||
|
swipe_left,
|
||||||
} from '../script.js';
|
} from '../script.js';
|
||||||
import {
|
import {
|
||||||
extension_settings,
|
extension_settings,
|
||||||
@ -197,7 +198,7 @@ export function getContext() {
|
|||||||
humanizedDateTime,
|
humanizedDateTime,
|
||||||
updateMessageBlock,
|
updateMessageBlock,
|
||||||
appendMediaToMessage,
|
appendMediaToMessage,
|
||||||
swipe_right,
|
swipe: { left: swipe_left, right: swipe_right },
|
||||||
variables: {
|
variables: {
|
||||||
local: {
|
local: {
|
||||||
get: getLocalVariable,
|
get: getLocalVariable,
|
||||||
|
Reference in New Issue
Block a user