Skip to content

Commit

Permalink
New version 4.2.4 Read more https://github.com/xdan/jodit/blob/main/C…
Browse files Browse the repository at this point in the history
  • Loading branch information
xdan committed Apr 22, 2024
1 parent 470e956 commit 7df5ef8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
4 changes: 2 additions & 2 deletions 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": "4.2.3",
"version": "4.2.4",
"description": "Jodit is an awesome and useful wysiwyg editor with filebrowser",
"main": "build/jodit.min.js",
"types": "./types/index.d.ts",
Expand Down
3 changes: 1 addition & 2 deletions src/modules/toolbar/toolbar.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -456,7 +456,7 @@ describe('Toolbar', () => {
});

editor.value = '<p>test</p>'.repeat(10);
window.scrollTo(0, 10_000)
window.scrollTo(0, 10_000);
await new Promise(resolve =>
requestAnimationFrame(resolve)
);
Expand All @@ -469,7 +469,6 @@ describe('Toolbar', () => {
const positionPopup = offset(popup);
const positionContainer = offset(editor.container);


expect(
Math.abs(
positionPopup.left +
Expand Down

0 comments on commit 7df5ef8

Please sign in to comment.