mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 23:40:13 +01:00
Fix order lists in lists view
This commit is contained in:
parent
37c94622e4
commit
8d2839f0c3
4 changed files with 82 additions and 86 deletions
|
|
@ -1,6 +1,9 @@
|
|||
const subManager = new SubsManager();
|
||||
|
||||
BlazeComponent.extendComponent({
|
||||
openNewListForm() {
|
||||
this.childComponents('addListForm')[0].open();
|
||||
},
|
||||
onCreated() {
|
||||
this.draggingActive = new ReactiveVar(false);
|
||||
this.showOverlay = new ReactiveVar(false);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue