Skip to content

Commit

Permalink
1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sih44 committed Sep 28, 2017
1 parent 316f6ef commit f40a506
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions dist/tippy.js
Expand Up @@ -3729,6 +3729,8 @@ var Tippy = function () {

// Wait for popper's position to update
defer(function () {
if (!isVisible(popper)) return;

// Sometimes the arrow will not be in the correct position, force another update
if (!followCursor || Browser.touch) {
data.popperInstance.update();
Expand Down
2 changes: 1 addition & 1 deletion dist/tippy.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/tippy.standalone.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/tippy/tippy.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "tippy.js",
"version": "1.2.1",
"version": "1.2.2",
"description": "Vanilla JS Tooltip Library",
"main": "dist/tippy.js",
"scripts": {
Expand Down

0 comments on commit f40a506

Please sign in to comment.