lloeki / matterfront

Mattermost frontend app for OS X, Windows and Linux
MIT License
152 stars 27 forks source link

Resize all webviews on Window.resize #78

Open LongLiveCHIEF opened 8 years ago

LongLiveCHIEF commented 8 years ago

While I'm focused on one tab and team, resizing the Matterfront client only appears to resize the focused webview. When I switch back to one of my other team tabs, the webview is set at whatever size it last was when I was focused on it. Reloading fixes it.

We need to handle the resize event on all team tabs to fix this.