-
-
Notifications
You must be signed in to change notification settings - Fork 32.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
detect IOS devices in Popover component to fix popover positioning
- Loading branch information
Showing
333 changed files
with
5,107 additions
and
3,425 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,24 @@ | ||
### Problem description | ||
|
||
### Steps to reproduce | ||
|
||
### Versions | ||
|
||
- Material-UI: | ||
- React: | ||
- Browser: | ||
|
||
<!-- Have a QUESTION? Please ask in [StackOverflow or gitter](http://tr.im/77pVj before opening an issue. | ||
If you are having an issue with click events, please re-read the [README](http://tr.im/410Fg) (you did read the README, right? :-) ). | ||
If you think you have found a _new_ issue that hasn't already been reported or fixed in HEAD, please complete the template above. | ||
If you think you have found a _new_ issue that hasn't already been reported or fixed in HEAD, please complete the template below. | ||
For feature requests, please delete the template above and use this one instead: | ||
For feature requests, please delete the template below and use this one instead: | ||
### Description | ||
### Images & references | ||
--> | ||
|
||
### Problem description | ||
|
||
### Link to minimally-working code that reproduces the issue | ||
|
||
<!-- You may provide a repository or use our template-ready webpackbin http://www.webpackbin.com/4kSRu0OCb--> | ||
|
||
### Versions | ||
|
||
- Material-UI: | ||
- React: | ||
- Browser: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
[submodule "examples/webpack-example"] | ||
path = examples/webpack-example | ||
url = https://github.com/callemall/material-ui-webpack-example.git | ||
branch = master | ||
[submodule "examples/browserify-gulp-example"] | ||
path = examples/browserify-gulp-example | ||
url = https://github.com/callemall/material-ui-browserify-gulp-example.git | ||
branch = master |
Oops, something went wrong.