refactoring

This commit is contained in:
Philipp Kühn
2020-03-28 23:54:49 +01:00
parent 1431bc73b3
commit 4d7658f183
5 changed files with 21 additions and 30 deletions

View File

@@ -6,8 +6,10 @@ export default class Document extends Node {
topNode = true
schema = {
content: 'block+',
schema() {
return {
content: 'block+',
}
}
}