mirror of
https://github.com/ianstormtaylor/slate.git
synced 2025-08-31 10:51:44 +02:00
* 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:
@@ -25,6 +25,7 @@ import RichText from '../../examples/richtext'
|
||||
import SearchHighlighting from '../../examples/search-highlighting'
|
||||
import CodeHighlighting from '../../examples/code-highlighting'
|
||||
import Tables from '../../examples/tables'
|
||||
import IFrames from '../../examples/iframe'
|
||||
|
||||
// node
|
||||
import { getAllExamples } from '../api'
|
||||
@@ -48,6 +49,7 @@ const EXAMPLES = [
|
||||
['Search Highlighting', SearchHighlighting, 'search-highlighting'],
|
||||
['Code Highlighting', CodeHighlighting, 'code-highlighting'],
|
||||
['Tables', Tables, 'tables'],
|
||||
['Rendering in iframes', IFrames, 'iframe'],
|
||||
]
|
||||
|
||||
const Header = props => (
|
||||
|
Reference in New Issue
Block a user