Add draggable of jquery-ui

Fixed #687, #688
This commit is contained in:
Anh Hong 2020-04-24 08:37:09 +07:00 committed by GitHub
parent 3f3f32b5ea
commit 8a74cbbeee
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,6 +13,8 @@ require('jquery-ui/ui/data');
require('jquery-ui/ui/widgets/mouse');
require('jquery-ui/ui/ie');
require('jquery-ui/ui/widgets/sortable');
require('jquery-ui/ui/plugin');
require('jquery-ui/ui/widgets/draggable');
var InteractiveRebaseView = ContainedBase.extend({
tagName: 'div',