Prevent accidental transformation of selection bounds in TextItem.

Closes #386.
This commit is contained in:
Jürg Lehni 2014-03-02 01:07:13 +01:00
parent 7bf9cc88e4
commit 2f61d11a3b

View file

@ -24,6 +24,7 @@
var TextItem = Item.extend(/** @lends TextItem# */{
_class: 'TextItem',
_boundsSelected: true,
_transformContent: false,
_serializeFields: {
content: null
},