Skip to content

Commit

Permalink
Fix bug of no id on add element
Browse files Browse the repository at this point in the history
  • Loading branch information
Nyan11 committed Aug 1, 2024
1 parent 840f961 commit 62d49a4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Pyramid-Bloc/PyramidLibraryController.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ PyramidLibraryController >> openForRoot [
PyramidLibraryController >> openForSelection [

self addElementsBlock: [ :arrayOfElement |
self renameElements: arrayOfElement.
self editor commandExecutor
use: PyramidAddChildrenCommand new
on: self editor projectModel selection
Expand Down

0 comments on commit 62d49a4

Please sign in to comment.