mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 23:40:13 +01:00
Fix a regression introduced in 71b9a42f
The buttons in the board header were not click-able anymore.
This commit is contained in:
parent
f9f4747a6a
commit
480ef63273
2 changed files with 2 additions and 7 deletions
|
|
@ -1,9 +1,4 @@
|
|||
Template.header.helpers({
|
||||
// Reactively set the color of the page from the color of the current board.
|
||||
headerTemplate() {
|
||||
return 'headerBoard';
|
||||
},
|
||||
|
||||
wrappedHeader() {
|
||||
return !Session.get('currentBoard');
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue