Marwen Arfa
Results
2
comments of
Marwen Arfa
Thank you for your quick response. I myself made some debugging and I concluded the same thing. thanks for this confirmation. Indeed in the second screenshot, I used **removeView** to...
Good point of vue, In fact when removing a layout, the instance call its **own remove** function, then it calls the **original remove** function: ``` javascript remove: function() { //...