tui: refactor dialog system to use single active dialog instead of stack
This commit is contained in:
@@ -217,7 +217,7 @@ export default function Layout(props: ParentProps) {
|
||||
])
|
||||
|
||||
function connectProvider() {
|
||||
dialog.replace(() => <DialogSelectProvider />)
|
||||
dialog.show(() => <DialogSelectProvider />)
|
||||
}
|
||||
|
||||
function navigateToProject(directory: string | undefined) {
|
||||
|
||||
Reference in New Issue
Block a user