mirror of
https://github.com/sxyazi/yazi.git
synced 2024-11-20 18:51:32 +03:00
fix: Rail
component should have a higher rendering priority (#1585)
This commit is contained in:
parent
fdd574997b
commit
3a2dd30166
@ -22,10 +22,10 @@ end
|
||||
|
||||
function Tab:build()
|
||||
self._children = {
|
||||
Rail:new(self._chunks, self._tab),
|
||||
Parent:new(self._chunks[1]:padding(ui.Padding.x(1)), self._tab),
|
||||
Current:new(self._chunks[2], self._tab),
|
||||
Preview:new(self._chunks[3]:padding(ui.Padding.x(1)), self._tab),
|
||||
Rail:new(self._chunks, self._tab),
|
||||
}
|
||||
end
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user