some luacheck fixes
This commit is contained in:
@@ -48,9 +48,7 @@ local function push_button(args)
|
||||
end
|
||||
|
||||
-- handle mouse interaction
|
||||
---@param event mouse_interaction mouse event
|
||||
---@diagnostic disable-next-line: unused-local
|
||||
function e.handle_mouse(event)
|
||||
function e.handle_mouse(_)
|
||||
if e.enabled then
|
||||
if args.active_fg_bg ~= nil then
|
||||
-- show as pressed
|
||||
|
||||
Reference in New Issue
Block a user