Remove comment in text::Rich::draw

This commit is contained in:
Héctor Ramón Jiménez 2024-07-28 14:19:24 +02:00
parent 2e4c55bbff
commit 41a7318e5d
No known key found for this signature in database
GPG key ID: 7CC46565708259A7

View file

@ -246,7 +246,6 @@ where
let style = theme.style(&self.class);
// Draw backgrounds
for (index, span) in self.spans.iter().enumerate() {
if let Some(highlight) = span.highlight {
let translation = layout.position() - Point::ORIGIN;