mirror of
https://github.com/galaxyproject/galaxy.git
synced 2026-09-24 16:30:27 +08:00
11 lines
160 B
Diff
11 lines
160 B
Diff
96c96
|
|
< if ( drag.dragging ){
|
|
---
|
|
> if ( drag.dragging ) {
|
|
99c99,101
|
|
< }
|
|
---
|
|
> } else {
|
|
> hijack( event, "dragclickonly", elem );
|
|
> }
|