Skip to content
This repository has been archived by the owner on Mar 13, 2018. It is now read-only.

Commit

Permalink
Handle notifying resizables in initially selected page upon render.
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinpschaaf committed Jan 5, 2015
1 parent 72b7aa7 commit 91434b1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core-animated-pages.html
Original file line number Diff line number Diff line change
Expand Up @@ -420,6 +420,7 @@

if (!oldItem) {
this.applySelection(this.selectedItem, true);
this.async(this.notifyResize);
return;
}

Expand Down

0 comments on commit 91434b1

Please sign in to comment.