mirror of
https://github.com/Insality/druid.git
synced 2025-09-28 02:22:18 +02:00
Add tests for hover component
This commit is contained in:
@@ -50,4 +50,13 @@ function M.input_empty(x, y)
|
||||
end
|
||||
|
||||
|
||||
function M.input_empty_action_nil(x, y)
|
||||
return nil, {
|
||||
x = x,
|
||||
y = y,
|
||||
}
|
||||
end
|
||||
|
||||
|
||||
|
||||
return M
|
||||
|
Reference in New Issue
Block a user