From 590c423291307411a50953df740111cf961c7ddd Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tim=20D=C3=BCsterhus?= Date: Wed, 25 Aug 2021 09:19:28 +0200 Subject: [PATCH] Trim trailing whitespace in Core/Ui/Object/Action.ts --- ts/WoltLabSuite/Core/Ui/Object/Action.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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!; -- 2.20.1