diff options
Diffstat (limited to 'ui/sortable.js')
-rw-r--r-- | ui/sortable.js | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ui/sortable.js b/ui/sortable.js index c7edd3d1f..da4d13117 100644 --- a/ui/sortable.js +++ b/ui/sortable.js @@ -911,6 +911,10 @@ return $.widget("ui.sortable", $.ui.mouse, { } if(this.currentContainer === this.containers[innermostIndex]) { + if ( !this.currentContainer.containerCache.over ) { + this.containers[ innermostIndex ]._trigger( "over", event, this._uiHash() ); + this.currentContainer.containerCache.over = 1; + } return; } |