mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
I wiped, I swear
This commit is contained in:
@ -360,7 +360,7 @@ export class QuickReply {
|
|||||||
del.classList.add('fa-solid');
|
del.classList.add('fa-solid');
|
||||||
del.classList.add('fa-trash-can');
|
del.classList.add('fa-trash-can');
|
||||||
del.classList.add('redWarningBG');
|
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)=>{
|
del.addEventListener('click', async(evt)=>{
|
||||||
if (!evt.shiftKey) {
|
if (!evt.shiftKey) {
|
||||||
const result = await Popup.show.confirm(
|
const result = await Popup.show.confirm(
|
||||||
|
Reference in New Issue
Block a user