trim space
This commit is contained in:
parent
cddc6d1c31
commit
25947adb43
@ -9,7 +9,7 @@ export default class Block {
|
||||
|
||||
static create(element) {
|
||||
const self = new Block()
|
||||
self.block_id = BlockId.create(element.block_id)
|
||||
self.block_id = element.block_id
|
||||
self.block = BlockInner.create(element.block)
|
||||
return self
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user