Skip to content

Commit

Permalink
[toolbox] Fix #4104 enable textPosition, textAlign on toolbox
Browse files Browse the repository at this point in the history
  • Loading branch information
100pah committed Sep 19, 2016
1 parent c7b6285 commit 0de7f3c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/model/mixin/itemStyle.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@ define(function (require) {
['shadowBlur'],
['shadowOffsetX'],
['shadowOffsetY'],
['shadowColor']
['shadowColor'],
['textPosition'],
['textAlign']
]
);
return {
Expand Down

0 comments on commit 0de7f3c

Please sign in to comment.