mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-05 20:32:00 -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# */{
|
||||
_class: 'TextItem',
|
||||
_boundsSelected: true,
|
||||
_transformContent: false,
|
||||
_serializeFields: {
|
||||
content: null
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue