mirror of
https://github.com/Termix-SSH/Termix.git
synced 2026-08-29 18:31:33 +00:00
fix: reset host virtualizer after editing (#1358)
This commit is contained in:
@@ -1033,9 +1033,8 @@ export function HostsPanel({
|
|||||||
update={updateSidebarPrefs}
|
update={updateSidebarPrefs}
|
||||||
/>
|
/>
|
||||||
|
|
||||||
<div
|
{!managerEditing && (
|
||||||
className={`flex flex-col flex-1 min-h-0 ${managerEditing ? "hidden" : ""}`}
|
<div className="flex flex-col flex-1 min-h-0">
|
||||||
>
|
|
||||||
<SidebarTree
|
<SidebarTree
|
||||||
children={
|
children={
|
||||||
hostTree
|
hostTree
|
||||||
@@ -1075,6 +1074,7 @@ export function HostsPanel({
|
|||||||
openOnDoubleClick={sidebarPrefs.display.openOnDoubleClick}
|
openOnDoubleClick={sidebarPrefs.display.openOnDoubleClick}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
)}
|
||||||
|
|
||||||
<div
|
<div
|
||||||
className={managerEditing ? "flex flex-col flex-1 min-h-0" : "hidden"}
|
className={managerEditing ? "flex flex-col flex-1 min-h-0" : "hidden"}
|
||||||
|
|||||||
Reference in New Issue
Block a user