fix: sluggish mouse scroll

This commit is contained in:
2026-07-30 14:57:16 +02:00
parent 21d44ea3a1
commit b24669e604
11 changed files with 218 additions and 6 deletions

View File

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