mirror of
https://github.com/streetwriters/notesnook.git
synced 2026-02-24 12:12:54 +01:00
refactor: remove extra console.log
This commit is contained in:
@@ -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" },
|
||||
})),
|
||||
};
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user