mirror of
https://github.com/wekan/wekan.git
synced 2026-03-08 06:32:34 +01:00
min working example with listWidth
This commit is contained in:
parent
f2e4a280d7
commit
0ec9c4c37b
3 changed files with 10 additions and 3 deletions
|
|
@ -201,6 +201,12 @@ BlazeComponent.extendComponent({
|
|||
});
|
||||
});
|
||||
},
|
||||
|
||||
listWidth() {
|
||||
const user = Meteor.user();
|
||||
const list = Template.currentData();
|
||||
return user.getListWidth(list.boardId, list._id);
|
||||
},
|
||||
}).register('list');
|
||||
|
||||
Template.miniList.events({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue