Skip to content
This repository has been archived by the owner on Sep 4, 2020. It is now read-only.

Commit

Permalink
v1.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
alansouzati committed Oct 2, 2017
1 parent 2ca3ea3 commit 5a01a89
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "grommet",
"version": "1.8.0",
"version": "1.8.1",
"main": "grommet.js",
"description": "The most advanced UX framework for enterprise applications.",
"authors": [
Expand All @@ -26,7 +26,7 @@
},
"dependencies": {
"react": "^15.0.2",
"grommet": "^1.8.0"
"grommet": "^1.8.1"
},
"ignore": []
}
10 changes: 5 additions & 5 deletions grommet.js
Original file line number Diff line number Diff line change
Expand Up @@ -20217,11 +20217,6 @@ var Grommet =
// prepend in body to avoid browser scroll issues
document.body.insertBefore(container, document.body.firstChild);

(0, _reactDom.render)(_react2.default.createElement(DropContents, { content: content, context: context,
focusControl: focusControl }), container, function () {
return _this3.place();
});

var scrollParents = (0, _DOM.findScrollParents)(control);

// initialize state
Expand All @@ -20230,6 +20225,11 @@ var Grommet =
scrollParents: scrollParents
};

(0, _reactDom.render)(_react2.default.createElement(DropContents, { content: content, context: context,
focusControl: focusControl }), container, function () {
return _this3.place();
});

this._listen();
}

Expand Down
Loading

0 comments on commit 5a01a89

Please sign in to comment.