mirror of
https://github.com/BoostIo/Boostnote
synced 2025-12-13 01:36:22 +00:00
remove console.log
This commit is contained in:
@@ -552,7 +552,6 @@ export default class CodeEditor extends React.Component {
|
|||||||
}
|
}
|
||||||
|
|
||||||
const pastedHtml = clipboardData.getData('text/html')
|
const pastedHtml = clipboardData.getData('text/html')
|
||||||
console.log(pastedHtml)
|
|
||||||
if (pastedHtml !== '') {
|
if (pastedHtml !== '') {
|
||||||
this.handlePasteHtml(e, editor, pastedHtml)
|
this.handlePasteHtml(e, editor, pastedHtml)
|
||||||
} else if (dataTransferItem.type.match('image')) {
|
} else if (dataTransferItem.type.match('image')) {
|
||||||
|
|||||||
Reference in New Issue
Block a user