Skip to content

check functions for equality and clone props and content properties#44

Open
valoricDe wants to merge 1 commit intoinstructure-react:masterfrom
valoricDe:master
Open

check functions for equality and clone props and content properties#44
valoricDe wants to merge 1 commit intoinstructure-react:masterfrom
valoricDe:master

Conversation

@valoricDe
Copy link

this will result in much less rerendering and thus less or none cursor jumping

if(typeof c1 === 'function' && typeof c2 === 'function') {
return c1.toString() === c2.toString();
}
if(c1.hasOwnProperty('items') && c2.hasOwnProperty('items')) {

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the check for items is possibly unnecessary as the config is cloned before given to tinymce so the items properties are not modified anymore

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants