Skip to content
This repository has been archived by the owner on Oct 25, 2022. It is now read-only.

Commit

Permalink
Remove logging call
Browse files Browse the repository at this point in the history
  • Loading branch information
tiberiuichim committed Jul 27, 2020
1 parent c90d8b9 commit 18ca8f2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/editor/extensions/insertData.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ export const insertData = (editor) => {

editor.insertData = (data) => {
console.log('data', data);
// const text = data.getData('text/rtf');
// console.log('text', text);
const html = data.getData('text/html');

if (html) {
Expand Down

0 comments on commit 18ca8f2

Please sign in to comment.