mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-23 07:49:48 -05:00
Prevent accidental transformation of selection bounds in TextItem.
Closes #386.
This commit is contained in:
parent
7bf9cc88e4
commit
2f61d11a3b
1 changed files with 1 additions and 0 deletions
|
@ -24,6 +24,7 @@
|
||||||
var TextItem = Item.extend(/** @lends TextItem# */{
|
var TextItem = Item.extend(/** @lends TextItem# */{
|
||||||
_class: 'TextItem',
|
_class: 'TextItem',
|
||||||
_boundsSelected: true,
|
_boundsSelected: true,
|
||||||
|
_transformContent: false,
|
||||||
_serializeFields: {
|
_serializeFields: {
|
||||||
content: null
|
content: null
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue