1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-08-31 10:51:44 +02:00

Fix inputs from not being able to be used within void nodes in Firefox and Added example of input and other editable void nodes (#3436)

This commit is contained in:
Ryan Mitts
2020-02-25 20:52:11 -08:00
committed by GitHub
parent d8cc9fc46b
commit 9504c4472c
3 changed files with 163 additions and 2 deletions

View File

@@ -9,6 +9,7 @@ import ErrorBoundary from 'react-error-boundary'
import { Icon } from '../../components'
import CheckLists from '../../examples/check-lists'
import EditableVoids from '../../examples/editable-voids'
import Embeds from '../../examples/embeds'
import ForcedLayout from '../../examples/forced-layout'
import HoveringToolbar from '../../examples/hovering-toolbar'
@@ -27,6 +28,7 @@ import Tables from '../../examples/tables'
const EXAMPLES = [
['Checklists', CheckLists, 'check-lists'],
['Editable Voids', EditableVoids, 'editable-voids'],
['Embeds', Embeds, 'embeds'],
['Forced Layout', ForcedLayout, 'forced-layout'],
['Hovering Toolbar', HoveringToolbar, 'hovering-toolbar'],