Skip to content

Commit

Permalink
Revert one line.
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Richter committed Mar 5, 2024
1 parent 2467ad1 commit d40c0d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ckeditor5-code-block/src/codeblockediting.ts
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ export default class CodeBlockEditing extends Plugin {
) {
return true;
}
} );
}, 'codeBlock' );

// Disallow all attributes on $text inside `codeBlock`.
schema.addAttributeCheck( context => {
Expand Down

0 comments on commit d40c0d9

Please sign in to comment.