Skip to content

Commit

Permalink
doh
Browse files Browse the repository at this point in the history
  • Loading branch information
i-just committed Sep 26, 2024
1 parent 7ba39b4 commit be87033
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/web/assets/ckeditor/dist/ckeditor5-craftcms.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/web/assets/ckeditor/dist/ckeditor5-craftcms.js.map

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ export default class ImageEditorCommand extends Command {
Craft.sendActionRequest('POST', 'ckeditor/ckeditor/image-permissions', {
data,
}).then((response) => {
console.log(response.data);
if (response.data.editable === false) {
this.isEnabled = false;
}
Expand Down

0 comments on commit be87033

Please sign in to comment.