Skip to content

Commit

Permalink
fix: jans-cli-tui remove the cursor from all List items (ref: #3663)
Browse files Browse the repository at this point in the history
  • Loading branch information
AbdelwahabAdam committed Jan 22, 2023
1 parent 282929d commit 19f4861
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions jans-cli-tui/cli_tui/wui_components/jans_vetrical_nav.py
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@ def create_window(self) -> None:
style='class:select-box',
height=D(preferred=len(self.data), max=len(self.data)),
cursorline=True,
always_hide_cursor=True,
right_margins=[ScrollbarMargin(display_arrows=True), ],
)
if self.jans_help:
Expand Down

0 comments on commit 19f4861

Please sign in to comment.