fix: scrolling on suggestions

This commit is contained in:
2026-08-03 11:42:35 +02:00
parent 4f2b508154
commit 81f3f7d369
5 changed files with 125 additions and 17 deletions

View File

@@ -102,6 +102,7 @@ func applyTheme(name string, custom ...CustomThemeConfig) error {
currentThemeName = name
commentMarkdownRenderers.Clear()
commentMarkdownLines.clear()
renderedSuggestions.clear()
return nil
}