fix(palette): remove unsupported closable kwarg from imgui.begin
This commit is contained in:
@@ -123,7 +123,7 @@ def render_palette_modal(app: Any, commands: List[Command]) -> None:
|
||||
app.show_command_palette = False
|
||||
return
|
||||
|
||||
expanded, _ = imgui.begin("Command Palette##manual_slop", closable=True)
|
||||
expanded, _ = imgui.begin("Command Palette##manual_slop")
|
||||
if not expanded:
|
||||
app.show_command_palette = False
|
||||
imgui.end()
|
||||
|
||||
Reference in New Issue
Block a user