mirror of
https://github.com/ianstormtaylor/slate.git
synced 2025-09-09 06:30:40 +02:00
Improve compatibility for browsers that do not support ResizeObserver
or :where
selector (#5265)
* Add fallback for default styles when `:where` selector is not supported * Add polyfill for ResizeObserver * Add changeset
This commit is contained in:
@@ -14,6 +14,7 @@
|
||||
"dist/"
|
||||
],
|
||||
"dependencies": {
|
||||
"@juggle/resize-observer": "^3.4.0",
|
||||
"@types/is-hotkey": "^0.1.1",
|
||||
"@types/lodash": "^4.14.149",
|
||||
"direction": "^1.0.3",
|
||||
|
Reference in New Issue
Block a user