Skip to content

Commit

Permalink
ensure the widget's children are resized when the pane is toggled.
Browse files Browse the repository at this point in the history
fixes issue with FindTask identified in #119
  • Loading branch information
tmcgee committed May 16, 2017
1 parent 928bebf commit d565619
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions widgets/AttributesTable.js
Original file line number Diff line number Diff line change
Expand Up @@ -264,6 +264,7 @@ define([
pane: paneID,
show: show
});
this.resizeChildren();
}
},

Expand Down

0 comments on commit d565619

Please sign in to comment.