fix(conductor): Apply review suggestions for track 'Discussion Takes & Timeline Branching'

This commit is contained in:
2026-03-21 10:39:53 -04:00
parent b9e8d70a53
commit 2a8af5f728
4 changed files with 155 additions and 1 deletions

View File

@@ -2563,7 +2563,8 @@ def hello():
if self._scroll_disc_to_bottom:
imgui.set_scroll_here_y(1.0)
self._scroll_disc_to_bottom = False
imgui.end_child()
imgui.end_child()
def _render_synthesis_panel(self) -> None:
"""Renders a panel for synthesizing multiple discussion takes."""