I wiped, I swear
| @@ -360,7 +360,7 @@ export class QuickReply { | ||
| 360 | 360 | del.classList.add('fa-solid'); |
| 361 | 361 | del.classList.add('fa-trash-can'); |
| 362 | 362 | del.classList.add('redWarningBG'); |
| 363 | 363 | del.title = 'Remove Quick Reply\n---\nShitnShift+Click to skip confirmation'; |
| 364 | 364 | del.addEventListener('click', async(evt)=>{ |
| 365 | 365 | if (!evt.shiftKey) { |
| 366 | 366 | const result = await Popup.show.confirm( |