kopia lustrzana https://github.com/wagtail/wagtail
Remove outdated TODOs in Draftail code
rodzic
d483c8d465
commit
2e9b5e5569
|
@ -108,11 +108,7 @@ registry.registerBlocks({
|
||||||
|
|
||||||
const draftail = Object.assign(
|
const draftail = Object.assign(
|
||||||
{
|
{
|
||||||
initEditor: 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,
|
|
||||||
},
|
},
|
||||||
registry
|
registry
|
||||||
);
|
);
|
||||||
|
|
Ładowanie…
Reference in New Issue