Fix drag scrolling tasks when character has abilities (#10552)

The default scroll sensitivity of the task columns is 30 px from the bottom of the screen. The collapsed spells drawer renders 32 px from the bottom of the screen intercepting most drag events. Increases the scroll sensitivity to double the height of the blocking element.

Also ignores the Yarn lockfile. `yarn --ignore-engines` builds successfully and tests pass with Node 10.6.0 and MongoDB 4.0.0.
This commit is contained in:
Texas Toland
2018-07-30 09:00:55 -05:00
committed by Matteo Pagliazzi
parent 5566460541
commit 40495aaacb
2 changed files with 2 additions and 1 deletions

View File

@@ -37,7 +37,7 @@
draggable.sortable-tasks(
ref="tasksList",
@update='taskSorted',
:options='{disabled: activeFilter.label === "scheduled"}',
:options='{disabled: activeFilter.label === "scheduled", scrollSensitivity: 64}',
class="sortable-tasks"
)
task(