2
0
Эх сурвалжийг харах

Automatically star new boards created with the header shortcut

Maxime Quandalle 10 жил өмнө
parent
commit
270236363a

+ 3 - 0
client/components/boards/boardHeader.js

@@ -134,6 +134,9 @@ BlazeComponent.extendComponent({
     });
 
     Utils.goBoardId(boardId);
+
+    // Immediately star boards crated with the headerbar popup.
+    Meteor.user().toggleBoardStar(boardId);
   },
 
   events: function() {