Skip to content

Commit 4134e51

Browse files
author
Mathieu Maguérès
committed
update fix issue : Undo of remove element doesn’t put it back in the same position #187
1 parent 40f8dc2 commit 4134e51

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Pyramid-Bloc/PyramidRemoveSelectedElementsCommand.class.st

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ PyramidRemoveSelectedElementsCommand >> getValueFor: anElementOfSelection [
1313
^ nil
1414
]
1515

16-
{ #category : #'as yet unclassified' }
16+
{ #category : #history }
1717
PyramidRemoveSelectedElementsCommand >> mementoFor: anElement withArguments: anArgument [
1818

1919
self saveIndexOf: anElement.

0 commit comments

Comments
 (0)