Skip to content

Commit

Permalink
Merge pull request #80 from remotestorage/feature/77-disconnect_open_…
Browse files Browse the repository at this point in the history
…rebased

Ensure widget is opened on disconnect
  • Loading branch information
galfert authored Jan 2, 2018
2 parents a2bab68 + 133db0a commit 2925974
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/widget.js
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ Widget.prototype = {
this.active = false;
this.setOnline();
this.setBackendClass(); // removes all backend CSS classes
this.open();
this.setInitialState();
break;
case 'connected':
Expand Down

0 comments on commit 2925974

Please sign in to comment.