mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-01 02:38:43 -05:00
parent
b6f9d73af0
commit
1c5887433b
1 changed files with 1 additions and 1 deletions
|
@ -341,7 +341,7 @@ var Curve = Base.extend(/** @lends Curve# */{
|
|||
*/
|
||||
isSelected: function() {
|
||||
return this.getPoint1().isSelected()
|
||||
&& this.getHandle2().isSelected()
|
||||
&& this.getHandle1().isSelected()
|
||||
&& this.getHandle2().isSelected()
|
||||
&& this.getPoint2().isSelected();
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue