2
0
Lauri Ojansivu 5 жил өмнө
parent
commit
3718dd4d45

+ 1 - 1
client/components/boards/boardsList.js

@@ -72,7 +72,7 @@ BlazeComponent.extendComponent({
 
 
     // Disable drag-dropping if the current user is not a board member or is comment only
     // Disable drag-dropping if the current user is not a board member or is comment only
     this.autorun(() => {
     this.autorun(() => {
-     if (Utils.isMiniScreen()) {
+      if (Utils.isMiniScreen()) {
         $boards.sortable({
         $boards.sortable({
           handle: '.board-handle',
           handle: '.board-handle',
         });
         });