Skip to content

Commit

Permalink
fix: holder.put
Browse files Browse the repository at this point in the history
  • Loading branch information
muedsa committed Aug 11, 2022
1 parent 07b62b2 commit dda40b7
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ public ReaderWindow(Project project, ToolWindow toolWindow) {
if(textReaderCore.getChapters().isEmpty()){
this.searchTextField.setEnabled(true);
}
ReaderWindowHolder.put(project, this);
}

private void createUIComponents(){
Expand Down

0 comments on commit dda40b7

Please sign in to comment.