@unicef-polymer/etools-form-builder 2.1.7 → 2.1.8

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.
@@ -138,6 +138,7 @@ let EtoolsFbCard = class EtoolsFbCard extends LitElement {
138
138
  fireEvent(this, 'cancel');
139
139
  }
140
140
  startEdit() {
141
+ this.collapsed = false;
141
142
  if (this.edit) {
142
143
  return;
143
144
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@unicef-polymer/etools-form-builder",
3
3
  "description": "Etools FM Form Builder components",
4
- "version": "2.1.7",
4
+ "version": "2.1.8",
5
5
  "contributors": [
6
6
  "eTools Team"
7
7
  ],