From 8b3dd38dfa069279883fc5eea4618f448104010e Mon Sep 17 00:00:00 2001 From: Robert Jelic <36573031+NoryiE@users.noreply.github.com> Date: Tue, 25 Feb 2025 00:13:01 +0100 Subject: [PATCH] Fix --- src/elements/Button.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/src/elements/Button.lua b/src/elements/Button.lua index 7c07815..e5145ee 100644 --- a/src/elements/Button.lua +++ b/src/elements/Button.lua @@ -5,7 +5,6 @@ local getCenteredPosition = require("libraries/utils").getCenteredPosition --- The Button is a standard button element with click handling and state management. ---@class Button : VisualElement ----@configDescription Standard button element with click handling and state management local Button = setmetatable({}, VisualElement) Button.__index = Button