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

@@ -4,8 +4,10 @@ export default class Text extends Node {
name = 'text'
schema = {
group: 'inline',
schema() {
return {
group: 'inline',
}
}
}