1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-08-31 19:01:54 +02:00

slate-react: MVP for working with non-global window objects (fix for #3819) (#4079)

* mvp implementation for working with non-global window instances

* remove unused element renderer

* fix typo in comment

* fix wrong example reference

* Add @babel/helper-call-delegate to fix build error

Co-authored-by: Lukas Buenger <lukasbuenger@gmail.com>
This commit is contained in:
Sunny Hirai
2021-02-16 19:40:15 -08:00
committed by GitHub
parent 6d66d87f67
commit 513771c82a
9 changed files with 263 additions and 12 deletions

View File

@@ -70,6 +70,11 @@ input:focus {
border-color: blue;
}
iframe {
width: 100%;
border: 1px solid #eee;
}
[data-slate-editor] > * + * {
margin-top: 1em;
}