Fixed inline bug

This commit is contained in:
Cooldude2606
2021-04-07 01:59:56 +01:00
parent 7381541aee
commit fa38e34380

View File

@@ -59,7 +59,7 @@ local function emit_event(args)
}
local new_value, inline = value:gsub('<inline>', '', 1)
if inline then
if inline > 0 then
field.value = new_value
field.inline = true
end