mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Export swipe_right in public/script.js and add swipe_right to getContext in st-context.js
This commit is contained in:
@ -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,
|
||||
|
Reference in New Issue
Block a user