diff options
author | Ansis Brammanis <brammanis@gmail.com> | 2016-01-21 15:38:37 -0800 |
---|---|---|
committer | Ansis Brammanis <brammanis@gmail.com> | 2016-01-22 13:57:33 -0800 |
commit | 0101fc0c898ba543ff5444271d108775f2de9274 (patch) | |
tree | d0d0ca6c4c9464e8cf91ef3ae3bb4f2a3c6f635d /package.json | |
parent | 9cfe64a12200dd8ec4d7cc522482383acde9f5ec (diff) | |
download | qtlocation-mapboxgl-0101fc0c898ba543ff5444271d108775f2de9274.tar.gz |
[core] trigger repaint after placement is redone
fixes #3140
This also fixes a bug where placement could be redone with a stale
PlacementConfig after the tile first finishes loading.
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index ee514f3d05..901519dd4c 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ ], "devDependencies": { "aws-sdk": "^2.2.21", - "mapbox-gl-test-suite": "mapbox/mapbox-gl-test-suite#2f4d8ed044a3c962a43d62de0608b752eb68052c", + "mapbox-gl-test-suite": "mapbox/mapbox-gl-test-suite#1b9035a02f8f23bf72a197c2a8d8f910d935346f", "node-gyp": "^3.2.1", "request": "^2.67.0", "tape": "^4.2.2" |