fix: properly split tabs, still need to fix up the host manager
This commit is contained in:
@@ -498,6 +498,8 @@ export interface HostManagerProps {
|
||||
_updateTimestamp?: number;
|
||||
rightSidebarOpen?: boolean;
|
||||
rightSidebarWidth?: number;
|
||||
currentTabId?: number;
|
||||
updateTab?: (tabId: number, updates: Partial<Omit<Tab, "id">>) => void;
|
||||
}
|
||||
|
||||
export interface SSHManagerHostEditorProps {
|
||||
|
||||
Reference in New Issue
Block a user