forked from your-land-mirror/minetest-flow
Add tooltip to invisible_elems
This commit is contained in:
parent
986fe1b907
commit
61803b31ce
2
init.lua
2
init.lua
@ -153,7 +153,7 @@ end
|
|||||||
|
|
||||||
local invisible_elems = {
|
local invisible_elems = {
|
||||||
style = true, listring = true, scrollbaroptions = true, tableoptions = true,
|
style = true, listring = true, scrollbaroptions = true, tableoptions = true,
|
||||||
tablecolumns = true,
|
tablecolumns = true, tooltip = true,
|
||||||
}
|
}
|
||||||
|
|
||||||
local DEFAULT_SPACING = 0.2
|
local DEFAULT_SPACING = 0.2
|
||||||
|
Loading…
Reference in New Issue
Block a user