Skip to content

Commit

Permalink
Seems like a mistake in the configuration; leads to "config.EditorJsL…
Browse files Browse the repository at this point in the history
…ibrary is not a constructor" error
  • Loading branch information
evandor committed Aug 30, 2023
1 parent fed2c7d commit 2679778
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,9 +79,9 @@ let main_tools = {

columns : {
class : editorjsColumns,
EditorJsLibrary : EditorJs // Pass the library instance to the columns instance.
config : {
tools : column_tools, // IMPORTANT! ref the column_tools
EditorJsLibrary : EditorJs, // Pass the library instance to the columns instance.
tools : column_tools // IMPORTANT! ref the column_tools
}
},
}
Expand Down

0 comments on commit 2679778

Please sign in to comment.