Merge 070c87c8cd1026b2adca08ba9b53682e9f5301c9 into 5c43ddb56c96ced40194fab35f11196b12f2b17a

This commit is contained in:
Ethan P. 2025-03-19 11:23:21 +06:00 committed by GitHub
commit 38cd89b00c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -801,7 +801,7 @@ impl Printer for InteractivePrinter<'_> {
background_color
),
self.ansi_style.to_reset_sequence(),
panel_wrap.clone().unwrap()
panel_wrap.as_ref().unwrap()
)?;
cursor = 0;