Skip to content

Commit

Permalink
fix(dashboard): fix packery not getting fixed up when it should
Browse files Browse the repository at this point in the history
Closes #324
  • Loading branch information
from-the-river-to-the-sea committed Aug 27, 2017
1 parent abb1722 commit 4e7c993
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/dashboard/elements/ncg-workspace.js
Expand Up @@ -232,9 +232,7 @@
}

_fixPackery() {
if (this.route.path === '') {
this.applyPackery();
}
this.applyPackery();
}

_computePanels(workspace) {
Expand Down

0 comments on commit 4e7c993

Please sign in to comment.