Skip to content

Commit

Permalink
fix search not updating child indices
Browse files Browse the repository at this point in the history
  • Loading branch information
Bauumm committed Nov 4, 2023
1 parent 2edce62 commit fc6e060
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ui/overlay/settings.lua
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,8 @@ local content = flex:new({
new_layouts[#new_layouts + 1] = name_layout_map[result[i]]
end
settings_column.elements = new_layouts
-- still need mutated to update child indices
settings_column:mutated()
settings_column.changed = true
-- don't show categories in search result view
category_column.elements = {}
Expand Down

0 comments on commit fc6e060

Please sign in to comment.