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