| Index: chrome/browser/resources/ntp4/nav_dot.js
|
| diff --git a/chrome/browser/resources/ntp4/nav_dot.js b/chrome/browser/resources/ntp4/nav_dot.js
|
| index 68a5f22cb44419bcd4046c120427e68b2e31243c..e7362b576e2e3d454462455e20dedc5e29ff5774 100644
|
| --- a/chrome/browser/resources/ntp4/nav_dot.js
|
| +++ b/chrome/browser/resources/ntp4/nav_dot.js
|
| @@ -196,8 +196,10 @@ cr.define('ntp4', function() {
|
| */
|
| doDrop: function(e) {
|
| e.stopPropagation();
|
| - if (ntp4.getCurrentlyDraggingTile)
|
| + if (ntp4.getCurrentlyDraggingTile) {
|
| this.page_.appendDraggingTile();
|
| + this.page_.cleanupDrag();
|
| + }
|
| // TODO(estade): handle non-tile drags.
|
|
|
| this.cancelDelayedSwitch_();
|
|
|