diff --git a/src/browser/components/TabBar.jsx b/src/browser/components/TabBar.jsx index 10c4d97a..bfd0edca 100644 --- a/src/browser/components/TabBar.jsx +++ b/src/browser/components/TabBar.jsx @@ -49,6 +49,9 @@ class TabBar extends React.Component { // need "this" /> ); + + // draggable=false is a workaround for https://github.com/mattermost/desktop/issues/667 + // It would obstruct https://github.com/mattermost/desktop/issues/478 return ( {team.name} { ' ' } @@ -71,6 +75,7 @@ class TabBar extends React.Component { // need "this" id='addServerButton' eventKey='addServerButton' title='Add new server' + draggable={false} >