Skip to content

Commit

Permalink
New version 3.1.24. Read more https://github.com/xdan/jodit/releases/…
Browse files Browse the repository at this point in the history
  • Loading branch information
xdan committed Jan 31, 2018
1 parent a61d69e commit 3fb67bb
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion build/jodit.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions build/jodit.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jodit",
"version": "3.1.23",
"version": "3.1.24",
"description": "Jodit is awesome and usefully wysiwyg editor with filebrowser",
"main": "index.js",
"scripts": {
Expand Down
1 change: 1 addition & 0 deletions src/modules/ToolbarCollection.ts
Original file line number Diff line number Diff line change
Expand Up @@ -657,6 +657,7 @@ export class ToolbarCollection extends ToolbarElement {
}
break;
default:
lastBtnSeparator = false;
button = new ToolbarButton(this.jodit, buttonControl, target);
}

Expand Down

0 comments on commit 3fb67bb

Please sign in to comment.