mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-12 21:32:40 +00:00
swap default cursor shape back to bar
This commit is contained in:
parent
5b35c68d2e
commit
5502c00d9a
1 changed files with 1 additions and 1 deletions
|
@ -1268,7 +1268,7 @@ pub enum CursorShape {
|
|||
|
||||
impl Default for CursorShape {
|
||||
fn default() -> Self {
|
||||
CursorShape::Block
|
||||
CursorShape::Bar
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue