mirror of
https://github.com/wekan/wekan.git
synced 2026-01-06 01:28:49 +01:00
Drag handles for checklist #3240
This commit is contained in:
parent
167d9d34eb
commit
fd41e8ba45
5 changed files with 32 additions and 1 deletions
|
|
@ -30,3 +30,7 @@ Blaze.registerHelper('getUser', userId => Users.findOne(userId));
|
|||
Blaze.registerHelper('concat', (...args) => args.slice(0, -1).join(''));
|
||||
|
||||
Blaze.registerHelper('isMiniScreen', () => Utils.isMiniScreen());
|
||||
|
||||
Blaze.registerHelper('isShowDesktopDragHandles', () => Utils.isShowDesktopDragHandles());
|
||||
|
||||
Blaze.registerHelper('isMiniScreenOrShowDesktopDragHandles', () => Utils.isMiniScreenOrShowDesktopDragHandles());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue