homeflowjs 0.8.3 → 0.8.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "homeflowjs",
3
- "version": "0.8.3",
3
+ "version": "0.8.4",
4
4
  "description": "JavaScript toolkit for Homeflow themes",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -396,6 +396,7 @@ export default class DraggableMap {
396
396
  .then((response) => response.json())
397
397
  .then(json => {
398
398
  Homeflow.kickEvent('draggable_map_updated', json);
399
+ store.dispatch(setProperties(json.properties))
399
400
  this._running_update = false;
400
401
 
401
402
  this.properties = json.properties;