Fix editor cursor not being made visible
This commit is contained in:
parent
cfcc663169
commit
3ab73668ba
4 changed files with 25 additions and 8 deletions
|
|
@ -77,7 +77,7 @@ pub fn editor<M: ChatMsg>(
|
|||
Indent::new(1, false).into(),
|
||||
Padding::new(Text::new(nick)).right(1).into(),
|
||||
])),
|
||||
Segment::new(editor).priority(1),
|
||||
Segment::new(editor).priority(1).expanding(true),
|
||||
])
|
||||
.into();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue