We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e5f03d commit ec87ea3Copy full SHA for ec87ea3
demo/client/components/DemoEditor/index.js
@@ -25,7 +25,7 @@ import createPrismPlugin from 'draft-js-prism-plugin';
25
const prismPlugin = createPrismPlugin({
26
prism: Prism,
27
});
28
-console.log(prismPlugin)
+
29
window.Draft = Draft;
30
31
const plugins = [
0 commit comments