Finish TSpan

This commit is contained in:
Horcrux
2016-11-11 00:48:55 +08:00
parent a305a33985
commit aae482236d
23 changed files with 379 additions and 262 deletions
+2 -2
View File
@@ -118,7 +118,7 @@ export default function(props, isText) {
content,
deltaX,
deltaY,
positionX: x || null,
positionY: y || null
positionX: _.isNil(x) ? null : x,
positionY: _.isNil(y) ? null : y
}
}