carbon-steel / detour.nvim

Use popup windows to navigate files/buffer and to contain shells/TUIs
MIT License
153 stars 4 forks source link

Detoure floating window exception when used with neo-tree #13

Closed jonahfang closed 9 months ago

jonahfang commented 11 months ago

Steps to reproduce are as follows:

  1. Open the file in a floating window by running require("detour").Detour().
  2. Open neo-tree by running Neotree filesystem Reveal Right.
  3. Open another file in neo-tree (the file is not displayed in the current pop-up window, but is displayed behind the pop-up window).
  4. The current pop-up window has lost focus and cannot be closed.
jonahfang commented 9 months ago

I close the floating window before open neo-tree.