crates/editor/src/element.rs 🔗
@@ -1268,7 +1268,7 @@ pub enum CursorShape {
impl Default for CursorShape {
fn default() -> Self {
- CursorShape::Block
+ CursorShape::Bar
}
}
Keith Simmons created
crates/editor/src/element.rs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
@@ -1268,7 +1268,7 @@ pub enum CursorShape {
impl Default for CursorShape {
fn default() -> Self {
- CursorShape::Block
+ CursorShape::Bar
}
}