Skip to content

Commit

Permalink
chore(demo): remove console
Browse files Browse the repository at this point in the history
  • Loading branch information
王焕 committed May 19, 2021
1 parent 9b6e1de commit f8287a2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion demo/app/images/images.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ export class DemoImagesComponent implements OnInit {
AngularEditor.deselect(this.editor);
this.cdr.detectChanges();
const dom = AngularEditor.toDOMNode(this.editor, imageNode);
console.log(dom,23423)
dom.children[0].classList.add('outline');
}

Expand Down

0 comments on commit f8287a2

Please sign in to comment.