kolaente
abf92e29fa
Some checks failed
continuous-integration/drone/push Build is failing
This change fixes a regression introduced in 1cbb93ea9beea3049c469ba7cc05b07beebf2062. In that change, the whole task area was made clickable using mouse events directly. Unfortunately, this also prevented the parent component of the task component to recieve them, essentially never getting notified about the mouse movement and thus never dragging the task. I don't know why this is only a problem on Safari, but it might be related to https://github.com/SortableJS/Sortable/issues/1571#issuecomment-535684451 Resolves https://community.vikunja.io/t/task-re-ordering-is-not-working-in-safari/1916 Resolves https://kolaente.dev/vikunja/vikunja/issues/2092 Resolves https://github.com/go-vikunja/vikunja/issues/304
41 lines
403 B
Plaintext
41 lines
403 B
Plaintext
# Logs
|
|
logs
|
|
*.log
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
pnpm-debug.log*
|
|
lerna-debug.log*
|
|
stats.html
|
|
|
|
node_modules
|
|
.DS_Store
|
|
dist
|
|
coverage
|
|
*.zip
|
|
.vite/
|
|
|
|
# Test files
|
|
cypress/screenshots
|
|
cypress/videos
|
|
|
|
# local env files
|
|
.env.local
|
|
.env.*.local
|
|
|
|
# Editor directories and files
|
|
.vscode
|
|
.idea
|
|
*.suo
|
|
*.ntvs*
|
|
*.njsproj
|
|
*.sln
|
|
*.sw*
|
|
!rollup.sw.js
|
|
|
|
|
|
# Local Netlify folder
|
|
.netlify
|
|
|
|
# histoire
|
|
.histoire |