mirror of
https://github.com/richard-loafle/fuse-angular.git
synced 2025-01-10 04:25:08 +00:00
(Scrumboard) Fix: "Add a list" button is draggable and causing issues
This commit is contained in:
parent
5ce276de8e
commit
725719317a
|
@ -70,6 +70,7 @@
|
||||||
|
|
||||||
<!-- NEW LIST BUTTON-->
|
<!-- NEW LIST BUTTON-->
|
||||||
<fuse-scrumboard-board-add-list class="new-list-wrapper" (onlistAdd)="onListAdd($event)"
|
<fuse-scrumboard-board-add-list class="new-list-wrapper" (onlistAdd)="onListAdd($event)"
|
||||||
|
ngxDraggable [moves]="false"
|
||||||
[@animate]="{value:'*',params:{duration:'350ms',x:'100%'}}">
|
[@animate]="{value:'*',params:{duration:'350ms',x:'100%'}}">
|
||||||
</fuse-scrumboard-board-add-list>
|
</fuse-scrumboard-board-add-list>
|
||||||
<!-- / NEW LIST BUTTON-->
|
<!-- / NEW LIST BUTTON-->
|
||||||
|
|
Loading…
Reference in New Issue
Block a user