Skip to content

Commit

Permalink
Up grapesjs
Browse files Browse the repository at this point in the history
  • Loading branch information
artf committed Jun 24, 2024
1 parent 32a9139 commit aafb1e1
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions public/assets/scripts/grapesjs/grapes.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/assets/scripts/grapesjs/grapes.min.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/app/(demos)/demo-mjml/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ export const plugins = [
if (CKEDITOR) {
CKEDITOR.dtd.$editable.a = 1;
}
}, 200);
}, 300);
});
}
];
Expand Down
2 changes: 1 addition & 1 deletion src/app/(demos)/demo-newsletter-editor/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -436,7 +436,7 @@ export const plugins = [
if (CKEDITOR) {
CKEDITOR.dtd.$editable.a = 1;
}
}, 200);
}, 300);
});
}
];
Expand Down
2 changes: 1 addition & 1 deletion src/app/(demos)/utils.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export const GRAPESJS_VERSION = 'v0.21.10';
export const GRAPESJS_VERSION = 'v0.21.11';
export const GRAPESJS_SCRIPT = `/assets/scripts/grapesjs/grapes.min.js?${GRAPESJS_VERSION}`;
export const GRAPESJS_STYLE = `/assets/styles/grapesjs/grapes.min.css?${GRAPESJS_VERSION}`;

Expand Down

0 comments on commit aafb1e1

Please sign in to comment.