forked from your-land-mirror/minetest-flow
Fix last commit
This commit is contained in:
parent
25fc58afb5
commit
03ba40fb58
2
init.lua
2
init.lua
@ -952,7 +952,7 @@ local function insert_style_elem(tree, idx, node, props, sels)
|
|||||||
|
|
||||||
|
|
||||||
table.insert(tree, idx, {
|
table.insert(tree, idx, {
|
||||||
type = style_type and "style_type" or style,
|
type = style_type and "style_type" or "style",
|
||||||
selectors = selectors,
|
selectors = selectors,
|
||||||
props = props,
|
props = props,
|
||||||
})
|
})
|
||||||
|
Loading…
Reference in New Issue
Block a user