Skip to content

Commit

Permalink
Update input when uiAction
Browse files Browse the repository at this point in the history
For #130
  • Loading branch information
Shougo committed Dec 18, 2024
1 parent 3fa8a5a commit c0ffda3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions denops/ddu/ddu.ts
Original file line number Diff line number Diff line change
Expand Up @@ -912,6 +912,9 @@ export class Ddu {

const flags = typeof ret === "number" ? ret : ActionFlags.None;

// Update current input
await this.setInput(denops, this.#context.input);

if (flags & ActionFlags.RefreshItems) {
await this.refresh(denops);
} else if (flags & ActionFlags.Redraw) {
Expand Down

0 comments on commit c0ffda3

Please sign in to comment.