mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-06-26 07:58:34 +02:00
rebase styling gah wasting so much time
This commit is contained in:
parent
8bf28ebc20
commit
3797fc9d85
3 changed files with 32 additions and 19 deletions
|
@ -96,8 +96,9 @@ var InteractiveRebaseView = BaseView.extend({
|
|||
|
||||
// then make it reorderable..
|
||||
listHolder.sortable({
|
||||
//distance: 5,
|
||||
placeholder: 'rebaseEntry transitionOpacity ui-state-highlight'
|
||||
axis: 'y',
|
||||
placeholder: 'rebaseEntry transitionOpacity ui-state-highlight',
|
||||
appendTo: 'parent'
|
||||
});
|
||||
}
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue