Skip to content

Commit 2980436

Browse files
committed
Over event fix
1 parent a4cdafb commit 2980436

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

app/assets/javascripts/jquery-ui/sortable.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -915,6 +915,10 @@ return $.widget("ui.sortable", $.ui.mouse, {
915915
}
916916

917917
if(this.currentContainer === this.containers[innermostIndex]) {
918+
if ( !this.currentContainer.containerCache.over ) {
919+
+ this.containers[ innermostIndex ]._trigger( "over", event, this._uiHash() );
920+
+ this.currentContainer.containerCache.over = 1;
921+
+ }
918922
return;
919923
}
920924

0 commit comments

Comments
 (0)