Skip to content

Commit 99ffa8c

Browse files
committed
🐛 Fix flickering issue on Vim
1 parent 2608e1c commit 99ffa8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

denops/fall/view/picker/action.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ export class ActionPicker implements AsyncDisposable {
7777
heightMin: options.layout?.heightMin ?? HEIGHT_MIN,
7878
heightMax: options.layout?.heightMax ?? HEIGHT_MAX,
7979
border: options.layout?.border,
80-
zindex: options.layout?.zindex ?? 50,
80+
zindex: options.layout?.zindex ?? 51,
8181
}),
8282
);
8383

0 commit comments

Comments
 (0)