feat: display save indicator on new files
This commit is contained in:
+1
-1
@@ -15,7 +15,7 @@ pub struct File {
|
||||
impl Default for File {
|
||||
fn default() -> Self {
|
||||
File {
|
||||
needs_saving: false,
|
||||
needs_saving: true,
|
||||
content: text_editor::Content::new(),
|
||||
path: None,
|
||||
markdown: Vec::new(),
|
||||
|
||||
Reference in New Issue
Block a user