We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a108a6 commit af1ac5dCopy full SHA for af1ac5d
1 file changed
src/lib/EasyEdit.jsx
@@ -618,10 +618,11 @@ export default class EasyEdit extends React.Component {
618
}
619
620
cullAttributes() {
621
- const { attributes } = this.props;
+ const attributes = { ...this.props.attributes };
622
delete attributes["type"];
623
delete attributes["onChange"];
624
delete attributes["value"];
625
+ return attributes;
626
627
628
renderEditMode() {
0 commit comments