mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Extend getContext API
This commit is contained in:
@@ -126,7 +126,7 @@ export function isMobile() {
|
||||
return mobileTypes.includes(parsedUA?.platform?.type);
|
||||
}
|
||||
|
||||
function shouldSendOnEnter() {
|
||||
export function shouldSendOnEnter() {
|
||||
if (!power_user) {
|
||||
return false;
|
||||
}
|
||||
|
Reference in New Issue
Block a user