Skip to content

Commit

Permalink
Merge pull request #95 from kamecha/fix/column-expandItem
Browse files Browse the repository at this point in the history
fix column when fire expandItem action
  • Loading branch information
Shougo authored Jan 6, 2024
2 parents b99ee00 + 2988991 commit 8bb1f62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion denops/ddu/ddu.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1280,7 +1280,7 @@ export class Ddu {
await this.#callColumns(
denops,
sourceOptions.columns,
children,
[parent].concat(children),
);
} finally {
// Restore path
Expand Down

0 comments on commit 8bb1f62

Please sign in to comment.