Fix failing gpui test from missing cursor shape
This commit is contained in:
parent
eddb089f27
commit
5b35c68d2e
1 changed files with 1 additions and 1 deletions
|
@ -1467,7 +1467,7 @@ mod tests {
|
|||
let (window_id, editor) = cx.add_window(Default::default(), |cx| {
|
||||
Editor::new(EditorMode::Full, buffer, None, settings.1, None, cx)
|
||||
});
|
||||
let element = EditorElement::new(editor.downgrade(), editor.read(cx).style(cx));
|
||||
let element = EditorElement::new(editor.downgrade(), editor.read(cx).style(cx), CursorShape::Bar);
|
||||
|
||||
let layouts = editor.update(cx, |editor, cx| {
|
||||
let snapshot = editor.snapshot(cx);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue