1
0
Fork 0
mirror of synced 2025-04-01 20:36:10 +03:00

fix links

This commit is contained in:
alexweissman 2017-09-22 12:23:01 -04:00
parent 5a9c29462b
commit 0f75431d8d
2 changed files with 2 additions and 2 deletions

View file

@ -43,6 +43,6 @@ See [this answer](https://stackoverflow.com/questions/18487056/select2-doesnt-wo
### The dropdown becomes misaligned/displaced when using pinch-zoom.
See https://github.com/select2/select2/issues/5048. The problem is that some browsers' implementations of pinch-zoom affect the `body` element, which [Select2 attaches to by default](https://select2.org/dropdown#dropdown-placement), causing it to render incorrectly.
See [#5048](https://github.com/select2/select2/issues/5048). The problem is that some browsers' implementations of pinch-zoom affect the `body` element, which [Select2 attaches to by default](https://select2.org/dropdown#dropdown-placement), causing it to render incorrectly.
The solution is to use `dropdownParent` to attach the dropdown to a more specific element.

View file

@ -137,7 +137,7 @@ function log (name, evt) {
## Preventing events
See https://stackoverflow.com/a/26706695/2970321.
See [https://stackoverflow.com/a/26706695/2970321](https://stackoverflow.com/a/26706695/2970321).
## Internal Select2 events