Skip to content

Commit

Permalink
Fix tabs sometimes broken
Browse files Browse the repository at this point in the history
  • Loading branch information
dextercd committed Oct 16, 2023
1 parent 387518b commit a1b3adc
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion component-explorer/file_viewer.lua
Original file line number Diff line number Diff line change
Expand Up @@ -138,8 +138,9 @@ function file_viewer.show_file(path)
else
show_appends_tree(appends)
end
imgui.EndChild()
end

imgui.EndChild()
end
end
end
Expand Down Expand Up @@ -278,6 +279,8 @@ function file_viewer.show()
if to_close then
file_viewer.close_file(to_close)
end

imgui.End()
end

-- For use in console
Expand Down

0 comments on commit a1b3adc

Please sign in to comment.