mirror of
https://github.com/konvajs/konva.git
synced 2025-10-08 00:14:23 +08:00
Update Node.ts
This commit is contained in:
@@ -2405,7 +2405,7 @@ Factory.addGetterSetter(Node, 'zIndex');
|
||||
*
|
||||
* // set position
|
||||
* node.absolutePosition({
|
||||
* x: 5
|
||||
* x: 5,
|
||||
* y: 10
|
||||
* });
|
||||
*/
|
||||
@@ -2426,7 +2426,7 @@ Factory.addGetterSetter(Node, 'position');
|
||||
*
|
||||
* // set position
|
||||
* node.position({
|
||||
* x: 5
|
||||
* x: 5,
|
||||
* y: 10
|
||||
* });
|
||||
*/
|
||||
|
Reference in New Issue
Block a user