diff --git a/apps/web/src/components/editor/react-quill.js b/apps/web/src/components/editor/react-quill.js index 5dc4e485b..9f3d6d2a8 100644 --- a/apps/web/src/components/editor/react-quill.js +++ b/apps/web/src/components/editor/react-quill.js @@ -216,7 +216,6 @@ export default class ReactQuill extends Component { } if (onSelectAll) { - console.log("ADDING"); this.quill.keyboard.addBinding( { key: 65, @@ -234,7 +233,6 @@ export default class ReactQuill extends Component { .filter((p) => !!p) .map((para) => ({ insert: para + "\n", - attributes: { background: "transparent" }, })), }; });