Fix formatting in messageEditCancel
| @@ -7284,8 +7284,7 @@ async function messageEditCancel(messageId = this_edit_mes_id) { | ||
| 7284 | 7284 | // If this is the button then select it's parent. Otherwise, select by messageId. |
| 7285 | 7285 | if (this?.classList?.contains('mes_edit_cancel')) { |
| 7286 | 7286 | thisMesDiv = $(this).closest('.mes'); |
| 7287 | 7287 | } else { |
| 7288 | - { | |
| 7289 | 7288 | thisMesDiv = chatElement.children().filter(`[mesid="${messageId}"]`); |
| 7290 | 7289 | } |
| 7291 | 7290 | |