if (TaskList.in_sort) {
    setTimeout(function(){
      TaskList.setReorder(false);    
      TaskList.setReorder(true);
    }, 0);