mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 15:30:13 +01:00
Fix move selection
This fixes https://github.com/wekan/wekan/issues/3119.
This commit is contained in:
parent
8eafa1ac66
commit
5c02850bc1
3 changed files with 46 additions and 3 deletions
|
|
@ -2,7 +2,7 @@ template(name="swimlane")
|
|||
.swimlane
|
||||
+swimlaneHeader
|
||||
unless collapseSwimlane
|
||||
.swimlane.js-lists.js-swimlane
|
||||
.swimlane.js-lists.js-swimlane(id="swimlane-{{_id}}")
|
||||
if isMiniScreen
|
||||
if currentListIsInThisSwimlane _id
|
||||
+list(currentList)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue