mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-01-20 13:38:49 +01:00
I wiped, I swear
This commit is contained in:
parent
75c6bee350
commit
e3f4b554c7
@ -360,7 +360,7 @@ export class QuickReply {
|
||||
del.classList.add('fa-solid');
|
||||
del.classList.add('fa-trash-can');
|
||||
del.classList.add('redWarningBG');
|
||||
del.title = 'Remove Quick Reply\n---\nShit+Click to skip confirmation';
|
||||
del.title = 'Remove Quick Reply\n---\nShift+Click to skip confirmation';
|
||||
del.addEventListener('click', async(evt)=>{
|
||||
if (!evt.shiftKey) {
|
||||
const result = await Popup.show.confirm(
|
||||
|
Loading…
Reference in New Issue
Block a user