mirror of
https://github.com/konvajs/konva.git
synced 2025-04-05 20:48:28 +08:00
Update Node.ts
This commit is contained in:
parent
e5397f270d
commit
277021c9b6
@ -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
|
||||
* });
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user