diff options
| author | Oskar Nyberg <oskar@mullvad.net> | 2020-09-09 14:53:07 +0200 |
|---|---|---|
| committer | Oskar Nyberg <oskar@mullvad.net> | 2020-09-10 09:59:43 +0200 |
| commit | 4fcdc149eabd4591f1347c7ac151e87b9441702e (patch) | |
| tree | bba4c200c98cf4504ba7f8a2e8a7672e8bb2d6ff /gui/package.json | |
| parent | 2751012f5575e85e9d2cda7e2267a7820bfd26ed (diff) | |
| download | mullvadvpn-4fcdc149eabd4591f1347c7ac151e87b9441702e.tar.xz mullvadvpn-4fcdc149eabd4591f1347c7ac151e87b9441702e.zip | |
Make CustomScrollbars rerender when content change
Diffstat (limited to 'gui/package.json')
| -rw-r--r-- | gui/package.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gui/package.json b/gui/package.json index c4a1538cd6..e0bcc15fe8 100644 --- a/gui/package.json +++ b/gui/package.json @@ -56,6 +56,7 @@ "@types/react-redux": "^7.1.7", "@types/react-router": "^5.1.5", "@types/react-simple-maps": "^0.12.1", + "@types/resize-observer-browser": "^0.1.3", "@types/sinon": "^7.0.5", "@types/sprintf-js": "^1.1.2", "@types/styled-components": "^5.1.0", |
