1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-08-20 22:21:20 +02:00

Add Safari workaround inside shadow DOM. (#5648)

* Add Safari workaround inside shadow DOM.

* Add E2E test.

* Move browser checks to environment.ts

* Remove leftover @ts-ignore.
Fix linting change.

* Update `getActiveElement`

* Create red-poems-wave.md

* Fix prettier.

* Update E2E test.
This commit is contained in:
Mahmoud Elsayad
2024-05-15 18:17:18 +03:00
committed by GitHub
parent d0d4c63649
commit 0bb7be5496
6 changed files with 103 additions and 3 deletions

View File

@@ -0,0 +1,5 @@
---
'slate-react': minor
---
Fix Safari selection inside Shadow DOM.