tui: paste with ctrl+v checks file_list (#3211)

I found that pasting images from Finder with Ctrl+V was resulting in
incorrect results; this seems to work better.
This commit is contained in:
Jeremy Rose
2025-09-08 09:31:42 -07:00
committed by GitHub
parent cad37009e1
commit 1f4f9cde8e
2 changed files with 40 additions and 13 deletions

View File

@@ -217,6 +217,7 @@ pub async fn run_main(
let file_layer = tracing_subscriber::fmt::layer()
.with_writer(non_blocking)
.with_target(false)
.with_span_events(tracing_subscriber::fmt::format::FmtSpan::CLOSE)
.with_filter(env_filter());
if cli.oss {