-
- Downloads
Debounces update-viewport to reduce re-renders and improve performance
Fixes #1910 by debouncing the state update calls which can be expensive. Also uses the same debounce timing as Mirador 2.
... | ... | @@ -36,6 +36,7 @@ |
"deepmerge": "^3.1.0", | ||
"i18next": "^14.0.1", | ||
"intersection-observer": "^0.5.1", | ||
"lodash": "^4.17.11", | ||
"manifesto.js": "^3.0.9", | ||
"node-fetch": "^2.3.0", | ||
"node-sass": "^4.9.2", | ||
... | ... |
Please register or sign in to comment