gutenblock-controls
Advanced tools
Comparing version 0.3.2 to 0.3.3
@@ -126,3 +126,3 @@ 'use strict'; | ||
setAttributes: setAttributes, | ||
attributes: attributes && attributes[attribute] && attributes[attribute][index] ? attributes[attribute][index] : undefined, | ||
attributes: attributes && attributes[attribute] && attributes[attribute][index] ? attributes[attribute][index] : {}, | ||
onChange: function onChange(name, value) { | ||
@@ -129,0 +129,0 @@ return _this2.update(name, value, index, _onChange, child.onUpdate); |
{ | ||
"name": "gutenblock-controls", | ||
"version": "0.3.2", | ||
"version": "0.3.3", | ||
"description": "Useful inspector controls for gutenberg", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
26419