Skip to content

Commit

Permalink
fix crate
Browse files Browse the repository at this point in the history
  • Loading branch information
ynqa committed Oct 7, 2023
1 parent 97ee50d commit 68e5911
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/editor/text_editor.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ use crate::{
use super::Editor;

pub struct TextEditor {
pub(crate) textbuffer: TextBuffer,
pub textbuffer: TextBuffer,

pub label: Graphemes,
}
Expand Down

0 comments on commit 68e5911

Please sign in to comment.