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

Fix insert-node-by-key benchmark, add normalize and insert-fragment benchmarks (#2587)

* fix insert-node-by-key benchmark, add normalize-with-problems

* add benchmark for insertFragment

* more fragment benchmarks
This commit is contained in:
Yoel
2019-03-06 14:35:12 -07:00
committed by Ian Storm Taylor
parent 9c852b7367
commit 9dc53c5d82
7 changed files with 190 additions and 3 deletions

View File

@@ -13,6 +13,12 @@ const h = createHyperscript({
quote: 'quote',
code: 'code',
image: 'image',
table: 'table',
tbody: 'tbody',
tr: 'tr',
td: 'td',
thead: 'thead',
th: 'th',
},
inlines: {
link: 'link',