mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-02-10 17:10:45 +01:00
Merge pull request #1645 from LenAnderson/qr-fix-macros
This commit is contained in:
commit
e264bc0ac4
@ -1,4 +1,4 @@
|
|||||||
import { getRequestHeaders } from '../../../../script.js';
|
import { getRequestHeaders, substituteParams } from '../../../../script.js';
|
||||||
import { executeSlashCommands } from '../../../slash-commands.js';
|
import { executeSlashCommands } from '../../../slash-commands.js';
|
||||||
import { debounceAsync, warn } from '../index.js';
|
import { debounceAsync, warn } from '../index.js';
|
||||||
import { QuickReply } from './QuickReply.js';
|
import { QuickReply } from './QuickReply.js';
|
||||||
@ -123,7 +123,7 @@ export class QuickReplySet {
|
|||||||
return typeof result === 'object' ? result?.pipe : '';
|
return typeof result === 'object' ? result?.pipe : '';
|
||||||
}
|
}
|
||||||
|
|
||||||
ta.value = input;
|
ta.value = substituteParams(input);
|
||||||
ta.focus();
|
ta.focus();
|
||||||
|
|
||||||
if (!this.disableSend) {
|
if (!this.disableSend) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user