Skip to content

Commit 77ac1e8

Browse files
committed
fix: redraw the screen to clean up the closed action picker
1 parent ca49b43 commit 77ac1e8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

denops/fall/main/picker.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,9 @@ async function startPicker(
140140

141141
stack.use(await itemPicker.open(denops, { signal }));
142142
while (true) {
143+
// Redraw the screen to clean up the closed action picker
144+
await denops.cmd("redraw");
145+
143146
// Select items
144147
const resultItem = await itemPicker.start(
145148
denops,

0 commit comments

Comments
 (0)