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