mirror of
https://github.com/kepler155c/opus
synced 2025-11-24 19:14:54 +00:00
properly handle empty text entry fields (including transformations)
This commit is contained in:
@@ -59,7 +59,7 @@ function tab:save()
|
||||
end
|
||||
|
||||
function tab:eventHandler(event)
|
||||
if event.type == 'update_path' then
|
||||
if event.type == 'update_path' and self.entry.value then
|
||||
table.insert(self.grid.values, {
|
||||
value = self.entry.value,
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user