mirror of
https://github.com/ianstormtaylor/slate.git
synced 2025-08-26 08:34:28 +02:00
remove console log
This commit is contained in:
@@ -86,7 +86,6 @@ class Content extends React.Component {
|
|||||||
shouldComponentUpdate = (props, state) => {
|
shouldComponentUpdate = (props, state) => {
|
||||||
// If the state has been transformed natively, never re-render, or else we
|
// If the state has been transformed natively, never re-render, or else we
|
||||||
// will end up duplicating content.
|
// will end up duplicating content.
|
||||||
console.log('isNative', props.state.isNative)
|
|
||||||
if (props.state.isNative) return false
|
if (props.state.isNative) return false
|
||||||
|
|
||||||
return (
|
return (
|
||||||
|
Reference in New Issue
Block a user