diff --git a/src/app/components/pb-schema/pb-schema.component.ts b/src/app/components/pb-schema/pb-schema.component.ts
index 8b25d56a48e4c44152a0e08ae3e2f51ffa35ebe7..cd7ad1415ad9c8e27183d91a5423123ed31fb630 100644
--- a/src/app/components/pb-schema/pb-schema.component.ts
+++ b/src/app/components/pb-schema/pb-schema.component.ts
@@ -448,7 +448,7 @@ export class PbSchemaComponent implements AfterViewInit, AfterContentInit, OnIni
         const wall = this._selectedItem as PbCloison;
         const wallCopy = new PbCloison(wall.bassinAmont, wall.bassinAval);
         this.model.addChild(wallCopy);
-        this.unselect(); // @TODO select new wall ?
+        this.unselect();
         this.refresh();
         this.selectNodeOnSchema(wallCopy);
     }