mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 15:30:13 +01:00
Fix scroll when dragging elements. Remove scrollbars from swimlanes.
This commit is contained in:
parent
65beb89944
commit
ed8471be9b
4 changed files with 5 additions and 8 deletions
|
|
@ -103,7 +103,7 @@ BlazeComponent.extendComponent({
|
|||
$cards.sortable({
|
||||
connectWith: '.js-minicards:not(.js-list-full)',
|
||||
tolerance: 'pointer',
|
||||
appendTo: 'body',
|
||||
appendTo: '.board-canvas',
|
||||
helper(evt, item) {
|
||||
const helper = item.clone();
|
||||
if (MultiSelection.isActive()) {
|
||||
|
|
@ -119,7 +119,6 @@ BlazeComponent.extendComponent({
|
|||
},
|
||||
distance: 7,
|
||||
items: itemsSelector,
|
||||
scroll: false,
|
||||
placeholder: 'minicard-wrapper placeholder',
|
||||
start(evt, ui) {
|
||||
ui.placeholder.height(ui.helper.height());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue