CC-4607: Library: Please make the 'Add x items' following mouse's point
-fixed
This commit is contained in:
parent
8cc162f7a9
commit
04f6ae5c1a
1 changed files with 4 additions and 0 deletions
|
@ -81,6 +81,10 @@ var AIRTIME = (function(AIRTIME) {
|
||||||
return container;
|
return container;
|
||||||
},
|
},
|
||||||
cursor : 'pointer',
|
cursor : 'pointer',
|
||||||
|
cursorAt: {
|
||||||
|
top: 30,
|
||||||
|
left: 100
|
||||||
|
},
|
||||||
connectToSortable : '#show_builder_table'
|
connectToSortable : '#show_builder_table'
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue