From: Tim Düsterhus Date: Wed, 25 Aug 2021 07:19:28 +0000 (+0200) Subject: Trim trailing whitespace in Core/Ui/Object/Action.ts X-Git-Tag: 5.4.5_RC_1~19 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=590c423291307411a50953df740111cf961c7ddd;p=GitHub%2FWoltLab%2FWCF.git Trim trailing whitespace in Core/Ui/Object/Action.ts --- diff --git a/ts/WoltLabSuite/Core/Ui/Object/Action.ts b/ts/WoltLabSuite/Core/Ui/Object/Action.ts index 34599d3be5..9b9986b9e8 100644 --- a/ts/WoltLabSuite/Core/Ui/Object/Action.ts +++ b/ts/WoltLabSuite/Core/Ui/Object/Action.ts @@ -22,7 +22,7 @@ const actionSelector = ".jsObjectAction[data-object-action]"; function executeAction(event: Event): void { event.preventDefault(); - + const actionElement = event.currentTarget as HTMLElement; const objectAction = actionElement.dataset.objectAction!;