bug fixes

This commit is contained in:
2026-03-31 14:12:51 -04:00
parent 9c263e7e8d
commit f942bc45b9
2 changed files with 2 additions and 1 deletions

View File

@@ -878,6 +878,7 @@ export default function Chat() {
onSettings={() => { setDrawerOpen(false); setModal('settings'); }}
onUsers={() => { setDrawerOpen(false); setActiveGroupId(null); setChatHasText(false); setPage('users'); }}
onHostPanel={() => { setDrawerOpen(false); setActiveGroupId(null); setChatHasText(false); setPage('hostpanel'); }}
onAddChild={() => { setDrawerOpen(false); setModal('addchild'); }}
features={features}
currentPage={page}
isMobile={isMobile}