mirror of
https://github.com/ilyakooo0/helix.git
synced 2024-11-29 13:32:09 +03:00
Don't let picker be too narrow
This commit is contained in:
parent
890b51b568
commit
5e4da09be2
@ -1111,7 +1111,7 @@ impl Component for EditorView {
|
||||
if let Some(ref vars) = cx.editor.variables {
|
||||
let mut text = String::new();
|
||||
let mut height = 0;
|
||||
let mut max_len = 0;
|
||||
let mut max_len = 20;
|
||||
|
||||
let per_page = 15;
|
||||
let num_vars = vars.len();
|
||||
|
Loading…
Reference in New Issue
Block a user