Skip to content

Commit

Permalink
Fixing a null-pointer
Browse files Browse the repository at this point in the history
  • Loading branch information
Dansoftowner committed Apr 8, 2021
1 parent 8bf8635 commit a15dc37
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ public MarkdownEditorControl.ViewMode get() {
};

private final BooleanProperty toolbarVisible = new SimpleBooleanProperty();
private final StringProperty markdown = new SimpleStringProperty();
private final StringProperty markdown = new SimpleStringProperty("");
private final BooleanProperty editable = new SimpleBooleanProperty(true);

public MarkdownEditorControl() {
Expand Down

0 comments on commit a15dc37

Please sign in to comment.