mirror of
https://github.com/konvajs/konva.git
synced 2025-11-18 17:21:36 +08:00
moved ids and names hashes to the stage level
This commit is contained in:
@@ -321,7 +321,7 @@ Test.prototype.tests = {
|
||||
layer.add(circle);
|
||||
layer.add(rect);
|
||||
stage.add(layer);
|
||||
|
||||
|
||||
var node = stage.get('#myCircle');
|
||||
var nodes = stage.get('.myRect');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user