CC-2064:Drag and drop should have a hand cursor
Fixed
This commit is contained in:
parent
6cc334f55f
commit
6e7ad79ff0
1 changed files with 2 additions and 1 deletions
|
@ -74,7 +74,8 @@ function addLibraryItemEvents() {
|
|||
|
||||
$('#library_display tr[id ^= "au"]')
|
||||
.draggable({
|
||||
helper: 'clone'
|
||||
helper: 'clone',
|
||||
cursor: 'pointer'
|
||||
});
|
||||
|
||||
$('#library_display tbody tr')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue