-
|
Trying out flex layout but the vertical mode does not show a preview - horizontal shows preview as expected. I call telescope like this: And the relevant portion of the setup looks like this (tried a few variations): Am I doing something wrong or is this possibly a bug? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
|
Further experimentation revealed that if I went narrow enough the preview appeared. Seems that if I remove the |
Beta Was this translation helpful? Give feedback.
-
|
Since your |
Beta Was this translation helpful? Give feedback.
Since your
flip_columns(80) is less than the defaultpreview_cutoffforhorizontal(120), there is a range of window sizes where the horizontal strategy will disable the preview (and thus look similar to the vertical one). You can avoid this issue by changing yourpreview_cutoffforhorizontalto a smaller value.