remove unwanted changes

This commit is contained in:
melsonic 2025-04-11 09:29:14 +05:30
parent b8fd3479d6
commit 759a4e89cd
No known key found for this signature in database
GPG key ID: DFA426742F621CD7

View file

@ -30,5 +30,6 @@ func (o *ThemableSketchOverlay) Render() (string, error) {
}
o.el.ClassName += fmt.Sprintf(" sketch-overlay-%s", lc) // e.g. sketch-overlay-dark
}
return o.el.Render(), nil
}