mirror of
https://github.com/sxyazi/yazi.git
synced 2026-07-25 08:41:05 +00:00
blank cd --interactive
This commit is contained in:
parent
ec6f9ef165
commit
ad0b0e0ae6
1 changed files with 1 additions and 1 deletions
|
|
@ -72,7 +72,7 @@ impl Tab {
|
||||||
let opt = opt.into() as Opt;
|
let opt = opt.into() as Opt;
|
||||||
|
|
||||||
tokio::spawn(async move {
|
tokio::spawn(async move {
|
||||||
let rx = Input::_show(InputCfg::cd().with_value(opt.target.to_string_lossy()));
|
let rx = Input::_show(InputCfg::cd().with_value(""));
|
||||||
|
|
||||||
let rx = Debounce::new(UnboundedReceiverStream::new(rx), Duration::from_millis(50));
|
let rx = Debounce::new(UnboundedReceiverStream::new(rx), Duration::from_millis(50));
|
||||||
pin!(rx);
|
pin!(rx);
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue