mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-05-05 14:04:46 +00:00
Remove outdated TODOs in Draftail code
This commit is contained in:
parent
d483c8d465
commit
2e9b5e5569
1 changed files with 1 additions and 5 deletions
|
|
@ -108,11 +108,7 @@ registry.registerBlocks({
|
|||
|
||||
const draftail = Object.assign(
|
||||
{
|
||||
initEditor: initEditor,
|
||||
// Expose basic React methods for basic needs
|
||||
// TODO Expose React as global as part of Wagtail vendor file instead of doing this.
|
||||
// createClass: React.createClass,
|
||||
// createElement: React.createElement,
|
||||
initEditor,
|
||||
},
|
||||
registry
|
||||
);
|
||||
|
|
|
|||
Loading…
Reference in a new issue