Changeset 0c6b92a for imaps-frontend/node_modules/konva/lib/Group.js
- Timestamp:
- 12/12/24 17:06:06 (5 weeks ago)
- Branches:
- main
- Parents:
- d565449
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
imaps-frontend/node_modules/konva/lib/Group.js
rd565449 r0c6b92a 7 7 class Group extends Container_1.Container { 8 8 _validateAdd(child) { 9 vartype = child.getType();9 const type = child.getType(); 10 10 if (type !== 'Group' && type !== 'Shape') { 11 11 Util_1.Util.throw('You may only add groups and shapes to groups.');
Note:
See TracChangeset
for help on using the changeset viewer.