We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef6e8a5 commit 2e6eb23Copy full SHA for 2e6eb23
test/jasmine/tests/config_test.js
@@ -47,7 +47,12 @@ describe('config argument', function() {
47
width: layoutWidth
48
};
49
var relayout = {
50
- width: relayoutWidth
+ width: relayoutWidth,
51
+ // didn't need this before #3120 - but since we're now
52
+ // implicitly clearing autosize when edit width, if you really
53
+ // want height to re-autosize you need to explicitly re-add
54
+ // autosize
55
+ autosize: autosize
56
57
58
var layout2 = Lib.extendDeep({}, layout);
0 commit comments